Skip to content

Commit

Permalink
Lint rules updates
Browse files Browse the repository at this point in the history
1. Don't fail on GradleDependency issues (error -> warning level)
2. OldTargetApi: severity informational -> warning for better visibility

Note: these rules take precedence over "warningsAsErrors = true" from our build.gradle file
  • Loading branch information
Sergey-Makarov committed Dec 9, 2024
1 parent c75754f commit 1a9f9bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fingerprint/lint.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<lint>
<!-- TODO: remove this rule and update to the latest target SDK -->
<issue id="OldTargetApi" severity="informational" />
<issue id="OldTargetApi" severity="warning" />
<issue id="GradleDependency" severity="warning" />
</lint>

0 comments on commit 1a9f9bb

Please sign in to comment.