mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-31 11:32:00 +00:00
Add lint.xml
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
d5d813dcad
commit
0c36a338e6
32
app/lint.xml
Normal file
32
app/lint.xml
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<lint>
|
||||||
|
<issue id="UnusedAttribute">
|
||||||
|
<ignore regexp="importantForAutofill"/>
|
||||||
|
<ignore regexp="autofillHints"/>
|
||||||
|
</issue>
|
||||||
|
|
||||||
|
<issue id="ExtraTranslation">
|
||||||
|
<ignore path="**/strings.xml"/>
|
||||||
|
<ignore path="**/values-b+en+001/strings.xml"/>
|
||||||
|
</issue>
|
||||||
|
|
||||||
|
<issue id="UnusedResources">
|
||||||
|
<ignore path="**/values-**/strings.xml" />
|
||||||
|
</issue>
|
||||||
|
|
||||||
|
<issue id="TypographyEllipsis">
|
||||||
|
<ignore path="**/values-**/strings.xml" />
|
||||||
|
</issue>
|
||||||
|
|
||||||
|
<issue id="Typos">
|
||||||
|
<ignore path="**/values-**/strings.xml" />
|
||||||
|
</issue>
|
||||||
|
|
||||||
|
<issue id="RestrictedApi" severity="error">
|
||||||
|
<ignore path="build" />
|
||||||
|
</issue>
|
||||||
|
|
||||||
|
<issue id="NewApi" severity="error">
|
||||||
|
<ignore path="build" />
|
||||||
|
</issue>
|
||||||
|
</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 237 warnings</span>
|
<span class="mdl-layout-title">Lint Report: 3 errors and 143 warnings</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user