diff options
| author | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2023-06-12 16:00:33 +0200 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2023-06-13 09:35:32 +0200 |
| commit | 2da28b2884718b5c5fe3df4bd2ce5370f9a461e6 (patch) | |
| tree | 592cb916b05efcf12c01022c339ec4fd7876e73b /android/config | |
| parent | 9be10ce8dea8cd373a1302bad5014dc19a765a0e (diff) | |
| download | mullvadvpn-2da28b2884718b5c5fe3df4bd2ce5370f9a461e6.tar.xz mullvadvpn-2da28b2884718b5c5fe3df4bd2ce5370f9a461e6.zip | |
Set lint to ignore typography ellipsis errors
Diffstat (limited to 'android/config')
| -rw-r--r-- | android/config/lint.xml | 2 |
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> |
