mirror of
https://github.com/bitwarden/android.git
synced 2025-12-12 00:08:00 -06:00
[PM-13908] Disable ExtraTranslation lint warning (#4176)
This commit is contained in:
parent
4a91d87d9d
commit
deb9eb8d9b
@ -135,7 +135,10 @@ android {
|
|||||||
unitTests.isReturnDefaultValues = true
|
unitTests.isReturnDefaultValues = true
|
||||||
}
|
}
|
||||||
lint {
|
lint {
|
||||||
disable.add("MissingTranslation")
|
disable += listOf(
|
||||||
|
"MissingTranslation",
|
||||||
|
"ExtraTranslation",
|
||||||
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user