Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 45ffa17

Browse files
committed
fix(build): disable all version update lints
1 parent a6d76ef commit 45ffa17

File tree

1 file changed

+2
-0
lines changed
  • build-logic/src/main/kotlin/app/passwordstore/gradle

1 file changed

+2
-0
lines changed

build-logic/src/main/kotlin/app/passwordstore/gradle/LintConfig.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ object LintConfig {
2121
// Noisy, not particularly actionable
2222
disable += "DuplicateStrings"
2323
// We deal with dependency upgrades separately
24+
disable += "AndroidGradlePluginVersion"
25+
disable += "GradleDependency"
2426
disable += "NewerVersionAvailable"
2527
// Noisy
2628
disable += "SyntheticAccessor"

0 commit comments

Comments
 (0)