浏览代码

Merge pull request #3356 from nextcloud/lintIgnoreDepUpdates

ignore lint warning for gradle deps as we have dependabot
Tobias Kaminsky 6 年之前
父节点
当前提交
034058ff1e
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      build.gradle
  2. 1 1
      scripts/analysis/lint-results.txt

+ 1 - 1
build.gradle

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

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

@@ -1,2 +1,2 @@
 DO NOT TOUCH; GENERATED BY DRONE
 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>