Skip to content

Commit

Permalink
For mozilla-mobile#15788: Remove fixed issues from lint baseline.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarare committed Nov 19, 2020
1 parent 62bb4d3 commit 36475fc
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions app/lint-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,6 @@
column="6"/>
</issue>

<issue
id="MozMultipleConstraintLayouts"
message="Flatten the view hierarchy by using one `ConstraintLayout`, if possible. If the alternative is several nested `ViewGroup`, it may not help performance and this may be worth suppressing."
errorLine1=" &lt;androidx.constraintlayout.widget.ConstraintLayout"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/component_tabstray.xml"
line="52"
column="6"/>
</issue>

<issue
id="MozMultipleConstraintLayouts"
message="Flatten the view hierarchy by using one `ConstraintLayout`, if possible. If the alternative is several nested `ViewGroup`, it may not help performance and this may be worth suppressing."
Expand Down Expand Up @@ -114,17 +103,6 @@
column="14"/>
</issue>

<issue
id="MozMultipleConstraintLayouts"
message="Flatten the view hierarchy by using one `ConstraintLayout`, if possible. If the alternative is several nested `ViewGroup`, it may not help performance and this may be worth suppressing."
errorLine1=" &lt;androidx.constraintlayout.widget.ConstraintLayout"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="src/main/res/layout/fragment_search_dialog.xml"
line="77"
column="6"/>
</issue>

<issue
id="MozMultipleConstraintLayouts"
message="Flatten the view hierarchy by using one `ConstraintLayout`, if possible. If the alternative is several nested `ViewGroup`, it may not help performance and this may be worth suppressing."
Expand Down

0 comments on commit 36475fc

Please sign in to comment.