aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-04-24 16:28:55 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-04-24 16:47:51 +0530
commit975c9f5dfc29d9a2a32e26642909abd90d35243b (patch)
tree7de30f82c7b675cb652a495cbdcde6fa466aefe0
parent4775d4429283b2d49905d7dc080c19e5302f7fd7 (diff)
app: address MissingQuantity lint
-rw-r--r--app/lint-baseline.xml22
-rw-r--r--app/lint.xml3
2 files changed, 3 insertions, 22 deletions
diff --git a/app/lint-baseline.xml b/app/lint-baseline.xml
index 083124c3..ca7bd965 100644
--- a/app/lint-baseline.xml
+++ b/app/lint-baseline.xml
@@ -2,28 +2,6 @@
<issues format="6" by="lint 7.1.3" type="baseline" client="gradle" dependencies="false" name="AGP (7.1.3)" variant="all" version="7.1.3">
<issue
- id="MissingQuantity"
- message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"
- errorLine1=" &lt;plurals name=&quot;delete_title&quot;>"
- errorLine2=" ^">
- <location
- file="src/main/res/values-fr/strings.xml"
- line="7"
- column="3"/>
- </issue>
-
- <issue
- id="MissingQuantity"
- message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"
- errorLine1=" &lt;plurals name=&quot;delete_dialog_text&quot;>"
- errorLine2=" ^">
- <location
- file="src/main/res/values-fr/strings.xml"
- line="21"
- column="3"/>
- </issue>
-
- <issue
id="Autofill"
message="Missing `autofillHints` attribute"
errorLine1=" &lt;EditText"
diff --git a/app/lint.xml b/app/lint.xml
index 73d81f99..b307a8b4 100644
--- a/app/lint.xml
+++ b/app/lint.xml
@@ -6,6 +6,9 @@
<issue id="InvalidPackage">
<ignore regexp="X509LDAPCertStoreSpi" />
</issue>
+ <issue id="MissingQuantity">
+ <ignore path="src/main/res/values-fr/strings.xml" />
+ </issue>
<issue id="TrustAllX509TrustManager">
<ignore regexp="bouncycastle" />
<ignore regexp="eclipse/jgit" />