mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-27 23:49:40 +01:00
Merge pull request #1030 from nextcloud/lintIgnoreObsoleteCheck
Lint: ignore obsolete link checks on libs
This commit is contained in:
commit
300c9d242d
@ -29,4 +29,10 @@
|
|||||||
<issue id="NewApi" severity="error">
|
<issue id="NewApi" severity="error">
|
||||||
<ignore path="build" />
|
<ignore path="build" />
|
||||||
</issue>
|
</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>
|
</lint>
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
DO NOT TOUCH; GENERATED BY DRONE
|
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>
|
||||||
|
Loading…
Reference in New Issue
Block a user