We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7dc7ed commit f1193dfCopy full SHA for f1193df
1 file changed
build.gradle.kts
@@ -21,7 +21,7 @@ plugins {
21
id("com.github.ben-manes.versions") version "0.47.0"
22
23
// https://plugins.gradle.org/plugin/io.gitlab.arturbosch.detekt
24
- id("io.gitlab.arturbosch.detekt") version "1.22.0"
+ id("io.gitlab.arturbosch.detekt") version "1.23.0"
25
}
26
27
group = "team.yi.rsql"
@@ -154,7 +154,8 @@ tasks {
154
detekt {
155
buildUponDefaultConfig = true
156
allRules = false
157
- config = files("$rootDir/config/detekt/detekt.yml")
+ autoCorrect = true
158
+ config.from(files("$rootDir/config/detekt/detekt.yml"))
159
baseline = file("$rootDir/config/detekt/baseline.xml")
160
161
0 commit comments