mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-17 21:39:49 -04:00
23 lines
976 B
XML
23 lines
976 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<lint>
|
|
<!-- Our translations are managed in weblate which handles these things -->
|
|
<issue id="MissingTranslation" severity="ignore" />
|
|
<issue id="UnusedQuantity" severity="ignore" />
|
|
<issue id="UnusedTranslation" severity="informational" />
|
|
<issue id="ExtraTranslation" severity="ignore" />
|
|
|
|
<!-- Weblate doesn't handle these yet: https://github.com/WeblateOrg/weblate/issues/7520 -->
|
|
<issue id="MissingQuantity" severity="error">
|
|
<ignore path="src/main/res/values-cs" />
|
|
<ignore path="src/main/res/values-he" />
|
|
<ignore path="src/main/res/values-iw" />
|
|
<ignore path="src/main/res/values-lt" />
|
|
<ignore path="src/main/res/values-sk" />
|
|
</issue>
|
|
|
|
<!-- We keep strings for all flavors in a single file, so tune this down -->
|
|
<issue id="UnusedResources" severity="informational">
|
|
<ignore path="src/main/res/values/strings.xml" />
|
|
</issue>
|
|
</lint>
|