app: address MissingQuantity lint

This commit is contained in:
Harsh Shandilya 2022-04-24 16:28:55 +05:30
parent 4775d44292
commit 975c9f5dfc
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
2 changed files with 3 additions and 22 deletions

View file

@ -1,28 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<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"> <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 <issue
id="Autofill" id="Autofill"
message="Missing `autofillHints` attribute" message="Missing `autofillHints` attribute"

View file

@ -6,6 +6,9 @@
<issue id="InvalidPackage"> <issue id="InvalidPackage">
<ignore regexp="X509LDAPCertStoreSpi" /> <ignore regexp="X509LDAPCertStoreSpi" />
</issue> </issue>
<issue id="MissingQuantity">
<ignore path="src/main/res/values-fr/strings.xml" />
</issue>
<issue id="TrustAllX509TrustManager"> <issue id="TrustAllX509TrustManager">
<ignore regexp="bouncycastle" /> <ignore regexp="bouncycastle" />
<ignore regexp="eclipse/jgit" /> <ignore regexp="eclipse/jgit" />