Skip to content

Commit

Permalink
Merge pull request #1733 from SimonMarquis/patch-2
Browse files Browse the repository at this point in the history
Disable `GradleDependency` Lint warning
  • Loading branch information
dturner authored Dec 12, 2024
2 parents 57d98cc + 9e42080 commit d378b2b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ private fun Lint.configure() {
xmlReport = true
sarifReport = true
checkDependencies = true
disable += "GradleDependency"
}

0 comments on commit d378b2b

Please sign in to comment.