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