Skip to content

Commit

Permalink
Remove lint baseline rules for item_list_icon.xml
Browse files Browse the repository at this point in the history
This file was removed long ago when the chats
feature was removed:
bb98739

But the corresponding baseline rules were never removed
  • Loading branch information
EdricChan03 committed Nov 30, 2024
1 parent f610101 commit 557ff43
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions app/lint-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1141,11 +1141,6 @@
<location column="10" file="src/main/res/layout/activity_main.xml" line="38" />
</issue>

<issue errorLine1=" &lt;ImageView" errorLine2=" ~~~~~~~~~" id="ContentDescription"
message="Missing `contentDescription` attribute on image">
<location column="6" file="src/main/res/layout/item_list_icon.xml" line="12" />
</issue>

<issue errorLine1=" &lt;ImageView" errorLine2=" ~~~~~~~~~" id="ContentDescription"
message="Missing `contentDescription` attribute on image">
<location column="6"
Expand All @@ -1164,12 +1159,6 @@
<location column="9" file="src/main/res/layout/helparticleadapter_item_row.xml" line="17" />
</issue>

<issue errorLine1=" android:contentDescription=&quot;Icon info&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="HardcodedText"
message="Hardcoded string &quot;Icon info&quot;, should use `@string` resource">
<location column="9" file="src/main/res/layout/item_list_icon.xml" line="55" />
</issue>

<issue errorLine1=" android:contentDescription=&quot;App icon&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="HardcodedText"
message="Hardcoded string &quot;App icon&quot;, should use `@string` resource">
Expand Down

0 comments on commit 557ff43

Please sign in to comment.