mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 06:15:12 +00:00
Lint: ignore obsolete link checks on libs
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
1db5a659fa
commit
0ddc7a5a35
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user