summaryrefslogtreecommitdiffhomepage
path: root/android/config
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2023-06-12 16:00:33 +0200
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2023-06-13 09:35:32 +0200
commit2da28b2884718b5c5fe3df4bd2ce5370f9a461e6 (patch)
tree592cb916b05efcf12c01022c339ec4fd7876e73b /android/config
parent9be10ce8dea8cd373a1302bad5014dc19a765a0e (diff)
downloadmullvadvpn-2da28b2884718b5c5fe3df4bd2ce5370f9a461e6.tar.xz
mullvadvpn-2da28b2884718b5c5fe3df4bd2ce5370f9a461e6.zip
Set lint to ignore typography ellipsis errors
Diffstat (limited to 'android/config')
-rw-r--r--android/config/lint.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/config/lint.xml b/android/config/lint.xml
index 1d783264bf..e8916acb63 100644
--- a/android/config/lint.xml
+++ b/android/config/lint.xml
@@ -7,4 +7,6 @@
<issue id="UnusedResources">
<ignore path="res/values/strings.xml" />
</issue>
+ <!-- We are currently not using the ellipsis character -->
+ <issue id="TypographyEllipsis" severity="ignore" />
</lint>