Hello, I was wondering if there are any recommendations on how to use detekt with as little configuration as possible. We are using the gradle-plugin, the idea plugin and try to just use the idea default code style. We don't really care if we are using wildcard imports or not, just as long as everybody are using the same (default) ruleset. When doing "reformat code", we would like all the rulesets to be aligned. Another example is the import ordering. The detekt idea plugin does not report on this, whereas the gradle plugin fails the build
> Task :detekt FAILED
formatting - 5min debt
ImportOrdering - [] at HealthRoutes.kt:3:1
This is our current config