In an ideal world, I think I'd like to be able to ...
# detekt
p
In an ideal world, I think I'd like to be able to just specify overrides with a dot notation on the command line:
Copy code
$ detekt -i src/main/kotlin -o src/target/detekt --config-override style.MaxLineLength.maxLineLength=100 --config-override style.NewLineAtEndOfFile.active=false
Would there be any appetite for a patch along those lines?