Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Lint: Allow missing and extra translations.
Browse files Browse the repository at this point in the history
  • Loading branch information
pocmo committed Mar 26, 2019
1 parent e25f2fb commit c234d90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ subprojects {
lintOptions {
warningsAsErrors true
abortOnError (project.name != "support-test")

// With our L10N process its totally possible to have missing or (temporarily) extra translations.
disable 'MissingTranslation', 'ExtraTranslation'
}
}

Expand Down

0 comments on commit c234d90

Please sign in to comment.