diff options
| author | Albin <albin@mullvad.net> | 2024-01-11 16:07:38 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-01-15 11:28:23 +0100 |
| commit | 6d71874070df41e75dd78aa89df0a5ea2e7c4480 (patch) | |
| tree | 3eee27d57111a664f2057a424f1c7cb43d30c5de /android/lib | |
| parent | 21268948e688e655727d030083dad824bf21e996 (diff) | |
| download | mullvadvpn-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')
| -rw-r--r-- | android/lib/resource/lint.xml | 4 |
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> |
