Hello everyone, I was testing out 1.12.0 through c...
# detekt
s
Hello everyone, I was testing out 1.12.0 through cli with the formatting jar too and I noticed this strange formatting after running detekt, is this correct? Looks strange there is no spacing at all after the correction Running with the build-upon-default-config
Copy code
java -jar config/detekt/detekt-cli-1.12.0-all.jar --build-upon-default-config --includes "**/src/main/**/*.kt" -p config/detekt/detekt-formatting-1.12.0.jar --auto-correct --baseline "config/detekt/baseline.yml" --parallel
b
That’s a bug for sure… I don’t know if detekt’s bug or kttlin’s bug. But a bug.