diff options
Diffstat (limited to 'app/lint-baseline.xml')
-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> |