Ignore lint checks for dependency version updates
All checks were successful
Build & Test / Validate (pull_request) Successful in 19s
Build & Test / Run Unit Tests (pull_request) Successful in 7m10s
Build & Test / Validate (push) Successful in 20s
Build & Test / Run Unit Tests (push) Successful in 7m42s

Renovate bot is handling this now, no need to fail builds for it
This commit is contained in:
William Brawner 2024-10-01 21:25:44 -06:00
parent 4e0c8ffc00
commit 0206e47434
Signed by: wbrawner
GPG key ID: 8FF12381C6C90D35

View file

@ -45,6 +45,7 @@ android {
compose = true
}
lint {
disable += listOf("AndroidGradlePluginVersion", "GradleDependency")
warningsAsErrors = true
}
}