diff options
| author | Albin <albin@mullvad.net> | 2023-03-16 15:34:30 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-03-16 15:34:30 +0100 |
| commit | 7cc510184cd11bfb0269d30333efbe22e487bd1b (patch) | |
| tree | c713a36babc9bae6f4fd28b3d5e5bb40935130f9 /android/config | |
| parent | b41aba81b5e6abe3f031b7f942a416eec7fb7bc9 (diff) | |
| download | mullvadvpn-7cc510184cd11bfb0269d30333efbe22e487bd1b.tar.xz mullvadvpn-7cc510184cd11bfb0269d30333efbe22e487bd1b.zip | |
Ignore MissingTranslation issues
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 475fc9f3d5..8cb65518f3 100644 --- a/android/config/lint.xml +++ b/android/config/lint.xml @@ -1,3 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <lint> + <!-- This lint issue doesn't match our translation workflow. --> + <issue id="MissingTranslation" severity="ignore" /> </lint> |
