mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
16 lines
408 B
XML
16 lines
408 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<lint>
|
|
<issue id="InvalidPackage">
|
|
<ignore path="**/freemarker-2.3.23.jar"/>
|
|
<ignore path="**/nnio-0.2.jar"/>
|
|
</issue>
|
|
|
|
<issue id="UnusedResources">
|
|
<ignore regexp="store_short_desc|store_full_desc" />
|
|
</issue>
|
|
|
|
<issue id="MissingQuantity">
|
|
<ignore path="**/values-ka-rGE/strings.xml"/>
|
|
</issue>
|
|
|
|
</lint>
|