Skip to content

Commit

Permalink
Activate all available (even unstable) rules
Browse files Browse the repository at this point in the history
No new defect detected.
  • Loading branch information
bmarty committed May 13, 2022
1 parent cf3e34e commit a312115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ allprojects {
// preconfigure defaults
buildUponDefaultConfig = true
// activate all available (even unstable) rules.
allRules = false
allRules = true
// point to your custom config defining rules to run, overwriting default behavior
config = files("$rootDir/tools/detekt/detekt.yml")
}
Expand Down

0 comments on commit a312115

Please sign in to comment.