Slackbot
02/17/2023, 9:58 PMVampire
02/17/2023, 10:42 PMdetektBase
Vampire
02/18/2023, 12:40 PMval detektCheck by tasks.registering(Detekt::class) {
autoCorrect = false
}
val detektApply by tasks.registering(Detekt::class) {
autoCorrect = true
}
configure(listOf(detektCheck, detektApply)) {
configure {
// common config
}
}
Igor Wojda
02/20/2023, 9:41 AM