mirror of
https://github.com/bitwarden/android.git
synced 2024-11-21 17:05:44 +03:00
[PM-13908] Disable ExtraTranslation lint warning (#4176)
This commit is contained in:
parent
4a91d87d9d
commit
deb9eb8d9b
1 changed files with 4 additions and 1 deletions
|
@ -135,7 +135,10 @@ android {
|
|||
unitTests.isReturnDefaultValues = true
|
||||
}
|
||||
lint {
|
||||
disable.add("MissingTranslation")
|
||||
disable += listOf(
|
||||
"MissingTranslation",
|
||||
"ExtraTranslation",
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue