app: address MissingQuantity lint
This commit is contained in:
parent
4775d44292
commit
975c9f5dfc
2 changed files with 3 additions and 22 deletions
|
@ -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 "fr" (French) the following quantities should also be defined: `many`"
|
|
||||||
errorLine1=" <plurals name="delete_title">"
|
|
||||||
errorLine2=" ^">
|
|
||||||
<location
|
|
||||||
file="src/main/res/values-fr/strings.xml"
|
|
||||||
line="7"
|
|
||||||
column="3"/>
|
|
||||||
</issue>
|
|
||||||
|
|
||||||
<issue
|
|
||||||
id="MissingQuantity"
|
|
||||||
message="For locale "fr" (French) the following quantities should also be defined: `many`"
|
|
||||||
errorLine1=" <plurals name="delete_dialog_text">"
|
|
||||||
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"
|
||||||
|
|
|
@ -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" />
|
||||||
|
|
Loading…
Reference in a new issue