summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--android/config/lint.xml2
-rw-r--r--android/lib/resource/lint.xml12
2 files changed, 2 insertions, 12 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" />
diff --git a/android/lib/resource/lint.xml b/android/lib/resource/lint.xml
deleted file mode 100644
index 27240ea702..0000000000
--- a/android/lib/resource/lint.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<lint>
- <!-- 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" />
- <issue id="UnusedResources" severity="ignore" />
- <!-- 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" />
-</lint>