mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
Lint ignore
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
98d1b5e2b9
commit
cc517ffcfd
2 changed files with 7 additions and 1 deletions
6
lint.xml
6
lint.xml
|
@ -55,4 +55,10 @@
|
|||
<issue id="NewApi" severity="error">
|
||||
<ignore path="build" />
|
||||
</issue>
|
||||
|
||||
<issue id="ObsoleteLintCustomCheck" severity="warning">
|
||||
<ignore path="**/fragment-1.2.5/**/lint.jar" />
|
||||
<ignore path="**/work-runtime-2.3.4/**/lint.jar" />
|
||||
<ignore path="**/jetified-butterknife-runtime-10.2.1/**/lint.jar" />
|
||||
</issue>
|
||||
</lint>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
DO NOT TOUCH; GENERATED BY DRONE
|
||||
<span class="mdl-layout-title">Lint Report: 86 warnings</span>
|
||||
<span class="mdl-layout-title">Lint Report: 83 warnings</span>
|
||||
|
|
Loading…
Reference in a new issue