Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aab1c303 authored by Unpublished's avatar Unpublished
Browse files

lint: ignore translations

parent 68bcb414
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -38,6 +38,14 @@ android {
        sourceCompatibility JavaVersion.VERSION_1_8
        targetCompatibility JavaVersion.VERSION_1_8
    }
    lintOptions{
        // translations are imported from transifex, so no need to check here
        disable 'MissingTranslation'
        disable 'ExtraTranslation'
        disable 'MissingQuantity'
        disable 'InconsistentArrays'
        disable 'TypographyEllipsis'
    }
    productFlavors {
    }
}