diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-06-14 13:33:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-14 13:33:56 +0000 |
commit | 0101ba17ee29f66b90a31b562043f01093ea9a66 (patch) | |
tree | 1d2cc513362479afc604f106f5659fe7b2579d17 /app | |
parent | 07607213498be06daba7eba69150fd47e0b7d7f9 (diff) |
fix(deps): update dependency com.android.tools.build:gradle to v8.5.0 (#3094)
* fix(deps): update dependency com.android.tools.build:gradle to v8.5.0
* chore: refresh Lint baseline
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app')
-rw-r--r-- | app/lint-baseline.xml | 72 |
1 files changed, 25 insertions, 47 deletions
diff --git a/app/lint-baseline.xml b/app/lint-baseline.xml index 0815b464..bfb35e6d 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.2.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.2.0)" variant="all" version="8.2.0"> - - <issue - id="StopShip" - message="`TODO` call found; points to code which must be fixed prior to release" - errorLine1=" is Err -> TODO()" - errorLine2=" ~~~~~~"> - <location - file="src/main/java/app/passwordstore/util/viewmodel/PGPKeyListViewModel.kt" - line="38" - column="19"/> - </issue> +<issues format="6" by="lint 8.5.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.5.0)" variant="all" version="8.5.0"> <issue id="InvalidPackage" @@ -40,7 +29,7 @@ errorLine2=" ~~~~~~~~~~~"> <location file="src/main/java/app/passwordstore/ui/adapters/FieldItemAdapter.kt" - line="67" + line="69" column="31"/> </issue> @@ -51,23 +40,12 @@ errorLine2=" ~~~~~~~~~~~"> <location file="src/main/java/app/passwordstore/ui/adapters/FieldItemAdapter.kt" - line="67" + line="69" column="31"/> </issue> <issue id="MissingQuantity" - message="For locale "es" (Spanish) the following quantity should also be defined: `many`" - errorLine1=" <plurals name="delete_title">" - errorLine2=" ^"> - <location - file="src/main/res/values-es-rES/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_title">" errorLine2=" ^"> @@ -90,17 +68,6 @@ <issue id="MissingQuantity" - message="For locale "es" (Spanish) the following quantity should also be defined: `many`" - errorLine1=" <plurals name="delete_dialog_text">" - errorLine2=" ^"> - <location - file="src/main/res/values-es-rES/strings.xml" - line="21" - 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=" ^"> @@ -122,17 +89,6 @@ </issue> <issue - id="Typos" - message=""incluído" is a common misspelling; did you mean "incluido"?" - errorLine1=" <string name="pwgen_no_chars_error">No se han incluído caracteres</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 @@ -223,4 +179,26 @@ column="4"/> </issue> + <issue + id="SetTextI18n" + message="Do not concatenate text displayed with `setText`. Use resource string with placeholders." + errorLine1=" childCount.text = "$count"" + errorLine2=" ~~~~~~~~"> + <location + file="src/main/java/app/passwordstore/ui/adapters/PasswordItemRecyclerAdapter.kt" + line="77" + column="27"/> + </issue> + + <issue + id="SetTextI18n" + message="Do not concatenate text displayed with `setText`. Use resource string with placeholders." + errorLine1=" ?.let { proxyPort.setText("$it") }" + errorLine2=" ~~~~~"> + <location + file="src/main/java/app/passwordstore/ui/proxy/ProxySelectorActivity.kt" + line="49" + column="35"/> + </issue> + </issues> |