Skip to content

Commit

Permalink
Technical: Configure Lint regarding new dependency versions. (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech authored Nov 12, 2023
1 parent aadf2fb commit cb3fbfa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<lint>
<issue id="SyntheticAccessor" severity="error"/>
<issue id="InvalidPackage" severity="ignore"/>
<!-- Our pace. -->
<issue id="GradleDependency" severity="ignore" in="cli,gradle"/>
<issue id="NewerVersionAvailable" severity="ignore" in="cli,gradle"/>
<issue id="AndroidGradlePluginVersion" severity="ignore" in="cli,gradle"/>

<!-- False positive for the JVM module since we use the new tool mechanism. -->
<issue id="JavaPluginLanguageLevel" severity="ignore"/>
<issue id="ConvertToWebp">
Expand Down

0 comments on commit cb3fbfa

Please sign in to comment.