Skip to content

Commit

Permalink
Using simplified version of detekt to build upon default config. (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamMc331 authored Dec 14, 2024
1 parent 8d14aa1 commit 0a2a155
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 599 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ tasks {
exclude("**/resources/**")
exclude("**/build/**")
config.setFrom(files("$rootDir/config/detekt/detekt.yml"))
buildUponDefaultConfig = false
buildUponDefaultConfig = true
}
}
Loading

0 comments on commit 0a2a155

Please sign in to comment.