aboutsummaryrefslogtreecommitdiff
path: root/app/lint-baseline.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/lint-baseline.xml')
-rw-r--r--app/lint-baseline.xml35
1 files changed, 34 insertions, 1 deletions
diff --git a/app/lint-baseline.xml b/app/lint-baseline.xml
index 700a3533..0815b464 100644
--- a/app/lint-baseline.xml
+++ b/app/lint-baseline.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<issues format="6" by="lint 8.3.0-alpha14" type="baseline" client="gradle" dependencies="false" name="AGP (8.3.0-alpha14)" variant="all" version="8.3.0-alpha14">
+<issues format="6" by="lint 8.2.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.2.0)" variant="all" version="8.2.0">
<issue
id="StopShip"
@@ -57,6 +57,17 @@
<issue
id="MissingQuantity"
+ message="For locale &quot;es&quot; (Spanish) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;delete_title&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-es-rES/strings.xml"
+ line="7"
+ column="3"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
message="For locale &quot;it&quot; (Italian) the following quantity should also be defined: `many`"
errorLine1=" &lt;plurals name=&quot;delete_title&quot;>"
errorLine2=" ^">
@@ -79,6 +90,17 @@
<issue
id="MissingQuantity"
+ message="For locale &quot;es&quot; (Spanish) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;delete_dialog_text&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-es-rES/strings.xml"
+ line="21"
+ column="3"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
message="For locale &quot;it&quot; (Italian) the following quantity should also be defined: `many`"
errorLine1=" &lt;plurals name=&quot;delete_dialog_text&quot;>"
errorLine2=" ^">
@@ -100,6 +122,17 @@
</issue>
<issue
+ id="Typos"
+ message="&quot;incluído&quot; is a common misspelling; did you mean &quot;incluido&quot;?"
+ errorLine1=" &lt;string name=&quot;pwgen_no_chars_error&quot;>No se han incluído caracteres&lt;/string>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-es-rES/strings.xml"
+ line="132"
+ column="49"/>
+ </issue>
+
+ <issue
id="ConvertToWebp"
message="One or more images in this project can be converted to the WebP format which typically results in smaller file sizes, even for lossless conversion">
<location