Is there a way to run detekt autocorrect from the gradle plugin?
c
Is there a way to run detekt autocorrect from the gradle plugin?
e
Copy code
detekt {
    autoCorrect = true
}
260 Views