mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 00:06:22 -06:00
Disable MissingTranslation and ExtraTranslation lint checks in UI module (#5558)
This commit is contained in:
parent
3e0ee5fcd8
commit
4050215145
@ -32,6 +32,12 @@ android {
|
||||
sourceCompatibility(libs.versions.jvmTarget.get())
|
||||
targetCompatibility(libs.versions.jvmTarget.get())
|
||||
}
|
||||
lint {
|
||||
disable += listOf(
|
||||
"MissingTranslation",
|
||||
"ExtraTranslation",
|
||||
)
|
||||
}
|
||||
testOptions {
|
||||
// Required for Robolectric
|
||||
unitTests.isIncludeAndroidResources = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user