summaryrefslogtreecommitdiff
path: root/app/lint-baseline.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/lint-baseline.xml')
-rw-r--r--app/lint-baseline.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/lint-baseline.xml b/app/lint-baseline.xml
index d3cdacc4..b4558863 100644
--- a/app/lint-baseline.xml
+++ b/app/lint-baseline.xml
@@ -2,17 +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="LabelFor"
- message="Missing accessibility label: provide either a view with an `android:labelFor` that references this view or provide an `android:hint`"
- errorLine1=" &lt;EditText"
- errorLine2=" ~~~~~~~~">
- <location
- file="src/main/res/layout/fragment_pwgen.xml"
- line="90"
- column="10"/>
- </issue>
-
- <issue
id="SetTextI18n"
message="Do not concatenate text displayed with `setText`. Use resource string with placeholders."
errorLine1=" warningAppName.text = &quot;“${packageManager.getApplicationLabel(appInfo)}”&quot;"