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