Skip to content

Commit

Permalink
fix lint issue with unused javax package
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Jan 27, 2022
1 parent abbbe9c commit 4406882
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@
<issue id="UnusedResources" severity="warning"/>
<issue id="WrongConstant" severity="warning"/>

<!-- this is being triggered by a javax package that is not used, so we are making it a warning -->
<issue id="InvalidPackage" severity="warning"/>

<!-- These are important to us, so promote from warning to error -->
<issue id="AppCompatMethod" severity="error"/>
<issue id="DefaultLocale" severity="error"/>
<issue id="GetInstance" severity="error"/>
<issue id="HardwareIds" severity="error"/>
<issue id="ImpliedQuantity" severity="error"/>
<issue id="InvalidPackage" severity="error"/>
<issue id="LocaleFolder" severity="error"/>>
<issue id="NestedScrolling" severity="error"/>
<issue id="NewApi" severity="error"/>
Expand Down

0 comments on commit 4406882

Please sign in to comment.