Skip to content

Commit

Permalink
Migrate detekt config to latest version (#1423)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Apr 19, 2021
1 parent e905c4b commit d864b8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sentry-android-okhttp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ tasks.withType<Detekt> {
}

configure<DetektExtension> {
failFast = true
buildUponDefaultConfig = true
allRules = true
}
2 changes: 1 addition & 1 deletion sentry-android-timber/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ tasks.withType<Detekt> {
}

configure<DetektExtension> {
failFast = true
buildUponDefaultConfig = true
allRules = true
}

0 comments on commit d864b8d

Please sign in to comment.