diff options
Diffstat (limited to 'app/lint-baseline.xml')
-rw-r--r-- | app/lint-baseline.xml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/app/lint-baseline.xml b/app/lint-baseline.xml index 083124c3..ca7bd965 100644 --- a/app/lint-baseline.xml +++ b/app/lint-baseline.xml @@ -2,28 +2,6 @@ <issues format="6" by="lint 7.1.3" type="baseline" client="gradle" dependencies="false" name="AGP (7.1.3)" variant="all" version="7.1.3"> <issue - id="MissingQuantity" - message="For locale "fr" (French) the following quantities should also be defined: `many`" - errorLine1=" <plurals name="delete_title">" - errorLine2=" ^"> - <location - file="src/main/res/values-fr/strings.xml" - line="7" - column="3"/> - </issue> - - <issue - id="MissingQuantity" - message="For locale "fr" (French) the following quantities should also be defined: `many`" - errorLine1=" <plurals name="delete_dialog_text">" - errorLine2=" ^"> - <location - file="src/main/res/values-fr/strings.xml" - line="21" - column="3"/> - </issue> - - <issue id="Autofill" message="Missing `autofillHints` attribute" errorLine1=" <EditText" |