mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
7bba2b192a
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
47 lines
1.5 KiB
XML
47 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<lint>
|
|
<issue id="UnusedAttribute">
|
|
<ignore regexp="importantForAutofill"/>
|
|
<ignore regexp="autofillHints"/>
|
|
</issue>
|
|
<issue id="InvalidPackage">
|
|
<ignore path="**/freemarker-2.3.28.jar" />
|
|
<ignore path="**/nnio-0.2.jar"/>
|
|
<ignore path="**/pkix-1.54.0.0.jar"/>
|
|
</issue>
|
|
|
|
<issue id="UnusedResources">
|
|
<ignore regexp="store_short_desc|store_full_desc|store_short_dev_desc|store_full_dev_desc" />
|
|
<ignore
|
|
regexp="screenshot_01_gridView|screenshot_02_listView|screenshot_03_drawer|screenshot_04_accounts|screenshot_05_autoUpload|screenshot_06_davdroid"/>
|
|
<ignore path="**/raw/encryption_key_words.txt" />
|
|
</issue>
|
|
|
|
<issue id="MissingQuantity">
|
|
<ignore path="**/values-ka-rGE/strings.xml"/>
|
|
</issue>
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
</lint>
|