summaryrefslogtreecommitdiff
path: root/app/lint-baseline.xml
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-04-24 16:28:55 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2022-04-24 16:47:51 +0530
commit975c9f5dfc29d9a2a32e26642909abd90d35243b (patch)
tree7de30f82c7b675cb652a495cbdcde6fa466aefe0 /app/lint-baseline.xml
parent4775d4429283b2d49905d7dc080c19e5302f7fd7 (diff)
app: address MissingQuantity lint
Diffstat (limited to 'app/lint-baseline.xml')
-rw-r--r--app/lint-baseline.xml22
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 &quot;fr&quot; (French) the following quantities should also be defined: `many`"
- errorLine1=" &lt;plurals name=&quot;delete_title&quot;>"
- errorLine2=" ^">
- <location
- file="src/main/res/values-fr/strings.xml"
- line="7"
- column="3"/>
- </issue>
-
- <issue
- id="MissingQuantity"
- message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"
- errorLine1=" &lt;plurals name=&quot;delete_dialog_text&quot;>"
- errorLine2=" ^">
- <location
- file="src/main/res/values-fr/strings.xml"
- line="21"
- column="3"/>
- </issue>
-
- <issue
id="Autofill"
message="Missing `autofillHints` attribute"
errorLine1=" &lt;EditText"