45 lines
1.5 KiB
XML
45 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<lint>
|
|
<issue id="UnusedAttribute" severity="error">
|
|
<ignore regexp="importantForAutofill"/>
|
|
<ignore regexp="autofillHints"/>
|
|
</issue>
|
|
<issue id="InvalidPackage">
|
|
<ignore path="**/freemarker-2.*.*.jar" />
|
|
<ignore path="**/nnio-0.2.jar"/>
|
|
<ignore path="**/bcpkix-jdk15on-1.69.jar" />
|
|
</issue>
|
|
|
|
<issue id="UnusedResources" severity="error">
|
|
<ignore regexp="store_short_desc|store_full_desc|store_short_dev_desc|store_full_dev_desc" />
|
|
</issue>
|
|
|
|
<issue id="UnusedResources">
|
|
<ignore path="**/values-**/strings.xml" />
|
|
<ignore path="**/values/setup.xml" />
|
|
</issue>
|
|
|
|
<issue id="Typos">
|
|
<ignore path="**/values-**/strings.xml" />
|
|
<ignore path="**/values/setup.xml" />
|
|
</issue>
|
|
|
|
<issue id="RestrictedApi" severity="error">
|
|
<ignore path="build" />
|
|
</issue>
|
|
|
|
<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.**/**/lint.jar" />
|
|
<ignore path="**/jetified-butterknife-runtime-10.**/**/lint.jar" />
|
|
<ignore path="**/jetified-dagger-lint-aar-2.**.**/**/lint.jar" />
|
|
<ignore path="**/jetified-annotation-experimental-1.**/**/lint.jar" />
|
|
<ignore path="**/jetified-firebase-installations**/**/lint.jar" />
|
|
<ignore path="**/appcompat-1.**/**/lint.jar" />
|
|
</issue>
|
|
</lint>
|