diff options
| author | David Göransson <david.goransson@mullvad.net> | 2024-12-16 20:46:56 +0100 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2024-12-17 14:57:25 +0100 |
| commit | e1fde74f1fd86acd50b74b86ead5c7ffa9aaec50 (patch) | |
| tree | 5cafe07bb948cc947d5945a6d8861cd307b98203 /android/config | |
| parent | a34f08f8ec8818179770fc78a233e31f5ccb2f6a (diff) | |
| download | mullvadvpn-e1fde74f1fd86acd50b74b86ead5c7ffa9aaec50.tar.xz mullvadvpn-e1fde74f1fd86acd50b74b86ead5c7ffa9aaec50.zip | |
Merge lint config
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 37ce4b5c82..a2b65d7bc4 100644 --- a/android/config/lint.xml +++ b/android/config/lint.xml @@ -9,6 +9,8 @@ </issue> <!-- We are currently not using the ellipsis character --> <issue id="TypographyEllipsis" severity="ignore" /> + <!-- Tracked externally (DROID-245) since the same texts are used across multiple platforms. --> + <issue id="ImpliedQuantity" severity="ignore" /> <!-- Temporarily ignore the below checks while migrating to version catalogs. --> <issue id="GradleDependency" severity="ignore" /> <issue id="AndroidGradlePluginVersion" severity="ignore" /> |
