Skip to content

Commit

Permalink
[PM-13908] Disable ExtraTranslation lint warning (#4176)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintPatrck authored Oct 28, 2024
1 parent 4a91d87 commit deb9eb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,10 @@ android {
unitTests.isReturnDefaultValues = true
}
lint {
disable.add("MissingTranslation")
disable += listOf(
"MissingTranslation",
"ExtraTranslation",
)
}
}

Expand Down

0 comments on commit deb9eb8

Please sign in to comment.