For folks who run different detekt rules on differ...
# detekt
k
For folks who run different detekt rules on different gradle modules, do you just point detekt at different config files? I was hoping there was a way to do it in the plugin but then I'm not sure what would happen w/ the IntelliJ plugin. TLDR: is I want to enforce javadoc/kdoc is added in api modules.
e
I think there are default locations where a config file goes, and the module location is overlayed on top of the root one. If there aren't default locations, you can specify multiple config files and I believe they're overlayed in reverse order.