summaryrefslogtreecommitdiffhomepage
path: root/android/config
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2024-12-17 09:39:30 +0100
committerDavid Göransson <david.goransson@mullvad.net>2024-12-17 14:57:25 +0100
commit8e9061b034396ed1fef43cf6941668d908abbed0 (patch)
tree50ac78298ef1ee7453fc2f0435b92194b7b5d2ea /android/config
parent002d517e31d5d9ce7bdc5835c482609fc0bf9c06 (diff)
downloadmullvadvpn-8e9061b034396ed1fef43cf6941668d908abbed0.tar.xz
mullvadvpn-8e9061b034396ed1fef43cf6941668d908abbed0.zip
Remove Unused lint suppression
Diffstat (limited to 'android/config')
-rw-r--r--android/config/lint.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/android/config/lint.xml b/android/config/lint.xml
index c2ffdf12be..e1c27a2099 100644
--- a/android/config/lint.xml
+++ b/android/config/lint.xml
@@ -4,9 +4,6 @@
<issue id="ExtraTranslation" severity="ignore" />
<issue id="MissingTranslation" severity="ignore" />
<issue id="Typos" severity="ignore" />
- <issue id="UnusedResources">
- <ignore path="res/values/strings.xml" />
- </issue>
<!-- We are currently not using the ellipsis character -->
<issue id="TypographyEllipsis" severity="ignore" />
<!-- Tracked externally (DROID-245) since the same texts are used across multiple platforms. -->