Skip to content

Commit

Permalink
Disable MissingTranslation lint check for PR workflow with 3rd party …
Browse files Browse the repository at this point in the history
…translation tools
  • Loading branch information
cemrich committed Jan 21, 2024
1 parent 5c855c6 commit bea9707
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ android {
}
}

lintOptions {
// disabled for PR workflow with 3rd party translation tools
disable('MissingTranslation')
}

testOptions {
unitTests {
includeAndroidResources = true
Expand Down

0 comments on commit bea9707

Please sign in to comment.