Ignore unused resources in translations as well

weblate will remove them with its updates
This commit is contained in:
Torsten Grote
2026-06-11 11:57:03 -03:00
parent 87f2008aae
commit 8593ec1bfe

View File

@@ -19,4 +19,7 @@
<issue id="UnusedResources" severity="informational">
<ignore path="src/main/res/values/strings.xml" />
</issue>
<issue id="MissingDefaultResource" severity="informational">
<ignore path="src/main/res/**/strings.xml" />
</issue>
</lint>