소스 검색

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