diff options
Diffstat (limited to 'android')
| -rw-r--r-- | android/config/lint.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/android/config/lint.xml b/android/config/lint.xml index 8cb65518f3..7b2c5560dc 100644 --- a/android/config/lint.xml +++ b/android/config/lint.xml @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <lint> - <!-- This lint issue doesn't match our translation workflow. --> + <!-- Ignore the following rules as they don't match our localization workflow. --> + <issue id="ExtraTranslation" severity="ignore" /> <issue id="MissingTranslation" severity="ignore" /> + <issue id="Typos" severity="ignore" /> </lint> |
