diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-05-16 15:41:54 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-05-16 15:41:54 +0530 |
commit | 76efe73e281da218fcefa7b86838bd3be50c9563 (patch) | |
tree | d663704f6f6e2e9f8d4f23703bd9da3724332fd5 | |
parent | 29ca93854a57a97bf08122f2523f9114c5052a97 (diff) |
chore: refresh Lint baseline with AGP 8.1.0-beta02
-rw-r--r-- | app/lint-baseline.xml | 57 |
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 "ReportShortcutUsage"" - errorLine1=" <issue id="ReportShortcutUsage" severity="ignore" />" - 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 "it" (Italian) the following quantity should also be defined: `many`" + errorLine1=" <plurals name="delete_title">" + errorLine2=" ^"> + <location + file="src/main/res/values-it/strings.xml" + line="7" + column="3"/> + </issue> + + <issue + id="MissingQuantity" + message="For locale "pt" (Portuguese) the following quantity should also be defined: `many`" + errorLine1=" <plurals name="delete_title">" + errorLine2=" ^"> + <location + file="src/main/res/values-pt-rBR/strings.xml" + line="7" + column="3"/> + </issue> + + <issue + id="MissingQuantity" + message="For locale "it" (Italian) the following quantity should also be defined: `many`" + errorLine1=" <plurals name="delete_dialog_text">" + errorLine2=" ^"> + <location + file="src/main/res/values-it/strings.xml" + line="21" + column="3"/> + </issue> + + <issue + id="MissingQuantity" + message="For locale "pt" (Portuguese) the following quantity should also be defined: `many`" + errorLine1=" <plurals name="delete_dialog_text">" + 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 |