https://kotlinlang.org logo
#detekt
Title
# detekt
s

sanogueralorenzo

08/25/2020, 11:52 PM
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

Brais Gabin

08/26/2020, 7:36 AM
That’s a bug for sure… I don’t know if detekt’s bug or kttlin’s bug. But a bug.
4 Views