Merge pull request #1030 from nextcloud/lintIgnoreObsoleteCheck

Lint: ignore obsolete link checks on libs
This commit is contained in:
Marcel Hibbe 2021-02-24 12:49:53 +01:00 committed by GitHub
commit 300c9d242d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -29,4 +29,10 @@
<issue id="NewApi" severity="error">
<ignore path="build" />
</issue>
<issue id="ObsoleteLintCustomCheck" severity="warning">
<ignore path="**/jetified-annotation-experimental-1.**/**/lint.jar" />
<ignore path="**/butterknife-runtime-10.2.**/**/lint.jar" />
<ignore path="**/jetified-conductor-2.**/**/lint.jar" />
</issue>
</lint>

View File

@ -1,2 +1,2 @@
DO NOT TOUCH; GENERATED BY DRONE
<span class="mdl-layout-title">Lint Report: 3 errors and 134 warnings</span>
<span class="mdl-layout-title">Lint Report: 3 errors and 133 warnings</span>