Skip to content

Commit

Permalink
Technical: Configure Lint regarding new dependency versions. (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech authored Nov 12, 2023
1 parent c4356cd commit 8945f62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lint.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="SyntheticAccessor" severity="error"/>
<!-- 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"/>
</lint>

0 comments on commit 8945f62

Please sign in to comment.