diff options
-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 |