detekt-intellij-plugin
detekt-intellij-plugin copied to clipboard
Allow multi-module support for baseline.xml (probably auto-detect)
In our project setup we have dedicated detekt-baseline.xml files for each gradle module. It would be great, if one could specify multiple baseline files in the settings and probably give an option to autodetect them.
I'm in a similar position.
A simple fix for now could perhaps be to implement support for wildcard matchers in the path-expression. If **/detekt-baseline.xml
was supported it would cover our use-case.