Skip to content

Commit d378b2b

Browse files
authored
Merge pull request #1733 from SimonMarquis/patch-2
Disable `GradleDependency` Lint warning
2 parents 57d98cc + 9e42080 commit d378b2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-logic/convention/src/main/kotlin/AndroidLintConventionPlugin.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ private fun Lint.configure() {
4444
xmlReport = true
4545
sarifReport = true
4646
checkDependencies = true
47+
disable += "GradleDependency"
4748
}

0 commit comments

Comments
 (0)