Explorar o código

ignore lint warning for gradle deps as we have dependabot

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky %!s(int64=6) %!d(string=hai) anos
pai
achega
c09fd78e90
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -68,7 +68,7 @@ android {
         abortOnError false
         htmlReport true
         htmlOutput file("$project.buildDir/reports/lint/lint.html")
-        disable 'MissingTranslation'
+        disable 'MissingTranslation', 'GradleDependency'
     }
 
     dexOptions {