Explorar o código

add lint options

tobiasKaminsky %!s(int64=7) %!d(string=hai) anos
pai
achega
5315e23542
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      app/build.gradle

+ 6 - 0
app/build.gradle

@@ -54,6 +54,12 @@ android {
         targetCompatibility JavaVersion.VERSION_1_8
         targetCompatibility JavaVersion.VERSION_1_8
     }
     }
 
 
+    lintOptions {
+        abortOnError false
+        htmlReport true
+        htmlOutput file("$project.buildDir/reports/lint/lint.html")
+        disable 'MissingTranslation'
+    }
 }
 }
 
 
 ext {
 ext {