mirror of
https://github.com/bitwarden/android.git
synced 2026-03-21 05:40:45 -05:00
[PM-13908] Disable ExtraTranslation lint warning (#4176)
This commit is contained in:
@@ -135,7 +135,10 @@ android {
|
||||
unitTests.isReturnDefaultValues = true
|
||||
}
|
||||
lint {
|
||||
disable.add("MissingTranslation")
|
||||
disable += listOf(
|
||||
"MissingTranslation",
|
||||
"ExtraTranslation",
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user