diff options
| author | Albin <albin@mullvad.net> | 2023-03-28 14:38:52 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-03-28 14:43:17 +0200 |
| commit | 00b7e44c43ba70e9ba7168d1dc8742bd7ede0851 (patch) | |
| tree | 17c7c11b058d9b5b5536b1252bf9ca191af1f43f | |
| parent | dbbff607b6eb3eb707ad9d4abb25035cfd3e9ed0 (diff) | |
| download | mullvadvpn-00b7e44c43ba70e9ba7168d1dc8742bd7ede0851.tar.xz mullvadvpn-00b7e44c43ba70e9ba7168d1dc8742bd7ede0851.zip | |
Ignore localization workflow related lint rules
| -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> |
