I'd like to disable one or two rules and change a couple of configuration values (line length, etc.). I see that it's possible to specify configuration YAML files and resources, and that it's possible to specify multiple files. Is there any documentation for how the YAML tree merge happens? After a bit of experimentation, I haven't discovered any clear rules that meet my needs.
I'm hoping to avoid copying the default configuration, since I'd like to automatically get new configuration goodness as the detekt defaults improve over time.