2017-08-04 15:46:22 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<lint>
|
2018-10-10 16:30:30 +03:00
|
|
|
<issue id="UnusedAttribute">
|
|
|
|
<ignore regexp="importantForAutofill"/>
|
|
|
|
<ignore regexp="autofillHints"/>
|
|
|
|
</issue>
|
2017-08-04 15:46:22 +03:00
|
|
|
<issue id="InvalidPackage">
|
2020-03-19 14:48:14 +03:00
|
|
|
<ignore path="**/freemarker-2.*.*.jar" />
|
2017-08-08 10:51:10 +03:00
|
|
|
<ignore path="**/nnio-0.2.jar"/>
|
2020-04-15 17:45:54 +03:00
|
|
|
<ignore path="**/bcpkix-jdk15on-1.65.jar" />
|
2017-08-04 15:46:22 +03:00
|
|
|
</issue>
|
2018-10-10 16:30:30 +03:00
|
|
|
|
2017-11-06 14:31:08 +03:00
|
|
|
<issue id="UnusedResources">
|
2017-04-13 10:14:19 +03:00
|
|
|
<ignore regexp="store_short_desc|store_full_desc|store_short_dev_desc|store_full_dev_desc" />
|
2017-12-15 13:45:53 +03:00
|
|
|
<ignore
|
2017-12-15 15:54:10 +03:00
|
|
|
regexp="screenshot_01_gridView|screenshot_02_listView|screenshot_03_drawer|screenshot_04_accounts|screenshot_05_autoUpload|screenshot_06_davdroid"/>
|
2018-12-06 12:27:52 +03:00
|
|
|
<ignore path="**/raw/encryption_key_words.txt" />
|
2017-11-06 14:31:08 +03:00
|
|
|
</issue>
|
2018-10-10 16:30:30 +03:00
|
|
|
|
2017-11-07 18:52:26 +03:00
|
|
|
<issue id="MissingQuantity">
|
2017-11-08 10:00:57 +03:00
|
|
|
<ignore path="**/values-ka-rGE/strings.xml"/>
|
2017-11-07 18:52:26 +03:00
|
|
|
</issue>
|
|
|
|
|
2018-05-18 10:31:25 +03:00
|
|
|
<issue id="UnusedQuantity">
|
|
|
|
<ignore path="**/values-sk-rSK/strings.xml"/>
|
|
|
|
<ignore path="**/values-cs-rCZ/strings.xml"/>
|
|
|
|
<ignore path="**/values-lt-rLT/strings.xml"/>
|
|
|
|
</issue>
|
|
|
|
|
2017-12-14 14:33:01 +03:00
|
|
|
<issue id="ExtraTranslation">
|
2018-01-15 17:18:01 +03:00
|
|
|
<ignore path="**/strings.xml"/>
|
|
|
|
<ignore path="**/values-b+en+001/strings.xml"/>
|
|
|
|
</issue>
|
|
|
|
|
|
|
|
<issue id="UnusedResources">
|
2018-11-05 14:50:23 +03:00
|
|
|
<ignore path="**/values-**/strings.xml" />
|
2018-04-05 08:39:31 +03:00
|
|
|
</issue>
|
2018-10-10 16:30:30 +03:00
|
|
|
|
2018-04-05 08:39:31 +03:00
|
|
|
<issue id="TypographyEllipsis">
|
2018-11-05 14:50:23 +03:00
|
|
|
<ignore path="**/values-**/strings.xml" />
|
2018-09-02 14:56:15 +03:00
|
|
|
</issue>
|
2018-10-10 16:30:30 +03:00
|
|
|
|
|
|
|
<issue id="Typos">
|
2018-11-05 14:50:23 +03:00
|
|
|
<ignore path="**/values-**/strings.xml" />
|
2017-12-14 14:33:01 +03:00
|
|
|
</issue>
|
|
|
|
|
2020-04-15 17:45:54 +03:00
|
|
|
<issue id="TrustAllX509TrustManager">
|
|
|
|
<ignore path="**/bouncycastle/est/jcajce/*.class" />
|
|
|
|
</issue>
|
|
|
|
|
2020-06-10 10:06:43 +03:00
|
|
|
<issue id="RestrictedApi" severity="error">
|
|
|
|
<ignore path="build" />
|
|
|
|
</issue>
|
2020-06-10 10:09:56 +03:00
|
|
|
|
|
|
|
<issue id="NewApi" severity="error">
|
|
|
|
<ignore path="build" />
|
|
|
|
</issue>
|
2020-06-29 12:09:39 +03:00
|
|
|
|
|
|
|
<issue id="ObsoleteLintCustomCheck" severity="warning">
|
|
|
|
<ignore path="**/fragment-1.2.5/**/lint.jar" />
|
2020-07-23 04:13:22 +03:00
|
|
|
<ignore path="**/work-runtime-2.**/**/lint.jar" />
|
2020-08-04 17:09:21 +03:00
|
|
|
<ignore path="**/jetified-butterknife-runtime-10.**/**/lint.jar" />
|
2020-11-24 05:14:01 +03:00
|
|
|
<ignore path="**/jetified-dagger-lint-aar-2.**.**/**/lint.jar" />
|
2020-08-05 04:12:50 +03:00
|
|
|
<ignore path="**/jetified-annotation-experimental-1.**/**/lint.jar" />
|
2020-09-29 12:46:21 +03:00
|
|
|
<ignore path="**/jetified-firebase-installations**/**/lint.jar" />
|
2020-11-24 05:14:01 +03:00
|
|
|
<ignore path="**/appcompat-1.**/**/lint.jar" />
|
2020-06-29 12:09:39 +03:00
|
|
|
</issue>
|
2017-11-07 18:52:26 +03:00
|
|
|
</lint>
|