1
0
Fork 0
mirror of https://github.com/bitwarden/android.git synced 2025-02-13 18:39:56 +03:00

[PM-13908] Disable ExtraTranslation lint warning ()

This commit is contained in:
Patrick Honkonen 2024-10-28 13:47:27 -04:00 committed by GitHub
parent 4a91d87d9d
commit deb9eb8d9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -135,7 +135,10 @@ android {
unitTests.isReturnDefaultValues = true
}
lint {
disable.add("MissingTranslation")
disable += listOf(
"MissingTranslation",
"ExtraTranslation",
)
}
}