mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 06:15:48 +00:00
app: address MissingQuantity lint
This commit is contained in:
@@ -1,28 +1,6 @@
|
||||
<?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">
|
||||
|
||||
<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
|
||||
id="Autofill"
|
||||
message="Missing `autofillHints` attribute"
|
||||
|
@@ -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" />
|
||||
|
Reference in New Issue
Block a user