summaryrefslogtreecommitdiffhomepage
path: root/android/lib/resource/lint.xml
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2023-07-26 21:45:51 +0200
committerAlbin <albin@mullvad.net>2023-07-27 10:41:29 +0200
commita7371c625b768e042ed952696edefc04f74bf7bf (patch)
tree8627ea43e80e833582c94cbdd1399bc55556f8fa /android/lib/resource/lint.xml
parent069491e104ea2ddf2fa94162a11c69d812e97615 (diff)
downloadmullvadvpn-a7371c625b768e042ed952696edefc04f74bf7bf.tar.xz
mullvadvpn-a7371c625b768e042ed952696edefc04f74bf7bf.zip
Move resources to resource lib
Diffstat (limited to 'android/lib/resource/lint.xml')
-rw-r--r--android/lib/resource/lint.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/android/lib/resource/lint.xml b/android/lib/resource/lint.xml
new file mode 100644
index 0000000000..628a809680
--- /dev/null
+++ b/android/lib/resource/lint.xml
@@ -0,0 +1,10 @@
+<?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" />
+</lint>