diff options
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> |
