diff options
| author | David Göransson <david.goransson@mullvad.net> | 2024-12-17 09:39:30 +0100 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2024-12-17 14:57:25 +0100 |
| commit | 8e9061b034396ed1fef43cf6941668d908abbed0 (patch) | |
| tree | 50ac78298ef1ee7453fc2f0435b92194b7b5d2ea /android/config | |
| parent | 002d517e31d5d9ce7bdc5835c482609fc0bf9c06 (diff) | |
| download | mullvadvpn-8e9061b034396ed1fef43cf6941668d908abbed0.tar.xz mullvadvpn-8e9061b034396ed1fef43cf6941668d908abbed0.zip | |
Remove Unused lint suppression
Diffstat (limited to 'android/config')
| -rw-r--r-- | android/config/lint.xml | 3 |
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. --> |
