summaryrefslogtreecommitdiff
path: root/core/lint.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2022-02-22 23:43:03 +0100
committerByteHamster <info@bytehamster.com>2022-02-23 22:27:11 +0100
commitf5de90e522263ab8586f1e7e09b82387c047d87f (patch)
treebbdc4514956390223fdc9a03397140ec6ee663d8 /core/lint.xml
parent2f3efa5d3383732b52a4d9bf78b1b7502573151f (diff)
downloadAntennaPod-f5de90e522263ab8586f1e7e09b82387c047d87f.zip
Move strings files to their own module
Diffstat (limited to 'core/lint.xml')
-rw-r--r--core/lint.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/lint.xml b/core/lint.xml
index aa2c50677..f3cb24810 100644
--- a/core/lint.xml
+++ b/core/lint.xml
@@ -4,12 +4,4 @@
<ignore path="res/drawable/ic_settings.xml" />
<ignore path="res/drawable/ic_settings_white.xml" />
</issue>
-
- <issue id="MissingDefaultResource">
- <ignore path="**/values-**/strings.xml" />
- </issue>
-
- <issue id="UnusedResources" severity="error">
- <ignore path="**/values-**/strings.xml" />
- </issue>
</lint>