summaryrefslogtreecommitdiffhomepage
path: root/android/lib
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2024-12-16 20:46:56 +0100
committerDavid Göransson <david.goransson@mullvad.net>2024-12-17 14:57:25 +0100
commite1fde74f1fd86acd50b74b86ead5c7ffa9aaec50 (patch)
tree5cafe07bb948cc947d5945a6d8861cd307b98203 /android/lib
parenta34f08f8ec8818179770fc78a233e31f5ccb2f6a (diff)
downloadmullvadvpn-e1fde74f1fd86acd50b74b86ead5c7ffa9aaec50.tar.xz
mullvadvpn-e1fde74f1fd86acd50b74b86ead5c7ffa9aaec50.zip
Merge lint config
Diffstat (limited to 'android/lib')
-rw-r--r--android/lib/resource/lint.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/android/lib/resource/lint.xml b/android/lib/resource/lint.xml
deleted file mode 100644
index 27240ea702..0000000000
--- a/android/lib/resource/lint.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<lint>
- <!-- Ignore the following rules as they don't match our localization workflow. -->
- <issue id="ExtraTranslation" severity="ignore" />
- <issue id="MissingTranslation" severity="ignore" />
- <issue id="Typos" severity="ignore" />
- <issue id="UnusedResources" severity="ignore" />
- <!-- 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. -->
- <issue id="ImpliedQuantity" severity="ignore" />
-</lint>