aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-05-16 15:41:54 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2023-05-16 15:41:54 +0530
commit76efe73e281da218fcefa7b86838bd3be50c9563 (patch)
treed663704f6f6e2e9f8d4f23703bd9da3724332fd5 /app
parent29ca93854a57a97bf08122f2523f9114c5052a97 (diff)
chore: refresh Lint baseline with AGP 8.1.0-beta02
Diffstat (limited to 'app')
-rw-r--r--app/lint-baseline.xml57
1 files changed, 45 insertions, 12 deletions
diff --git a/app/lint-baseline.xml b/app/lint-baseline.xml
index d599da9d..06eabc42 100644
--- a/app/lint-baseline.xml
+++ b/app/lint-baseline.xml
@@ -1,16 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<issues format="6" by="lint 8.0.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.0.0)" variant="all" version="8.0.0">
-
- <issue
- id="UnknownIssueId"
- message="Unknown issue id &quot;ReportShortcutUsage&quot;"
- errorLine1=" &lt;issue id=&quot;ReportShortcutUsage&quot; severity=&quot;ignore&quot; />"
- errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
- <location
- file="lint.xml"
- line="44"
- column="3"/>
- </issue>
+<issues format="6" by="lint 8.1.0-beta02" type="baseline" client="gradle" dependencies="false" name="AGP (8.1.0-beta02)" variant="all" version="8.1.0-beta02">
<issue
id="StopShip"
@@ -38,6 +27,50 @@
</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=" ^">
+ <location
+ file="src/main/res/values-it/strings.xml"
+ line="7"
+ column="3"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
+ message="For locale &quot;pt&quot; (Portuguese) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;delete_title&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-pt-rBR/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_dialog_text&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-it/strings.xml"
+ line="21"
+ column="3"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
+ message="For locale &quot;pt&quot; (Portuguese) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;delete_dialog_text&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-pt-rBR/strings.xml"
+ line="21"
+ column="3"/>
+ </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