Skip to content

Commit

Permalink
Disable linter checks which cause issues with Weblate
Browse files Browse the repository at this point in the history
Disables MissingQuantity and ImpliedQuantity.
  • Loading branch information
lucasmz-dev committed Sep 22, 2024
1 parent ba3a3a0 commit 8ddc145
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ android {
}
lint {
disable += "MissingTranslation"
disable += "MissingQuantity"
disable += "ImpliedQuantity"
}
// avoid DEPENDENCY_INFO_BLOCK for IzzyOnDroid
dependenciesInfo {
Expand Down

0 comments on commit 8ddc145

Please sign in to comment.