summaryrefslogtreecommitdiff
path: root/app/lint.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2021-04-17 17:59:00 +0200
committerByteHamster <info@bytehamster.com>2021-04-17 17:59:03 +0200
commit8d3e547a7b09bd5941d5017b71d377321a6fba1b (patch)
tree3215b0d151f05dba89aefb10f9cf340f5eec5248 /app/lint.xml
parentfcf918f304c574584886d5765e47ef19e9373e3a (diff)
downloadAntennaPod-8d3e547a7b09bd5941d5017b71d377321a6fba1b.zip
Fixed unused resources Lint errors
In the future, CI will complain when a PR leads to unused resources.
Diffstat (limited to 'app/lint.xml')
-rw-r--r--app/lint.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/lint.xml b/app/lint.xml
index 20f44d155..68829306e 100644
--- a/app/lint.xml
+++ b/app/lint.xml
@@ -7,4 +7,8 @@
<issue id="RestrictedApi" severity="error">
<ignore path="build" />
</issue>
+
+ <issue id="UnusedResources" severity="error">
+ <ignore path="**/values-**/strings.xml" />
+ </issue>
</lint>