summaryrefslogtreecommitdiffhomepage
path: root/android/lib/resource
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2024-01-11 16:07:38 +0100
committerAlbin <albin@mullvad.net>2024-01-15 11:28:23 +0100
commit6d71874070df41e75dd78aa89df0a5ea2e7c4480 (patch)
tree3eee27d57111a664f2057a424f1c7cb43d30c5de /android/lib/resource
parent21268948e688e655727d030083dad824bf21e996 (diff)
downloadmullvadvpn-6d71874070df41e75dd78aa89df0a5ea2e7c4480.tar.xz
mullvadvpn-6d71874070df41e75dd78aa89df0a5ea2e7c4480.zip
Ignore ImpliedQuantity lint issue
Instead tracked externally (DROID-245) since the same texts are used across multiple platforms.
Diffstat (limited to 'android/lib/resource')
-rw-r--r--android/lib/resource/lint.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/android/lib/resource/lint.xml b/android/lib/resource/lint.xml
index 628a809680..27240ea702 100644
--- a/android/lib/resource/lint.xml
+++ b/android/lib/resource/lint.xml
@@ -5,6 +5,8 @@
<issue id="MissingTranslation" severity="ignore" />
<issue id="Typos" severity="ignore" />
<issue id="UnusedResources" severity="ignore" />
- <!-- We are currently not using the ellipsis character -->
+ <!-- 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>