Эх сурвалжийг харах

Merge pull request #3356 from nextcloud/lintIgnoreDepUpdates

ignore lint warning for gradle deps as we have dependabot
Tobias Kaminsky 6 жил өмнө
parent
commit
034058ff1e

+ 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 {

+ 1 - 1
scripts/analysis/lint-results.txt

@@ -1,2 +1,2 @@
 DO NOT TOUCH; GENERATED BY DRONE
-      <span class="mdl-layout-title">Lint Report: 84 warnings</span>
+      <span class="mdl-layout-title">Lint Report: 83 warnings</span>