detekt-intellij-plugin icon indicating copy to clipboard operation
detekt-intellij-plugin copied to clipboard

Allow multi-module support for baseline.xml (probably auto-detect)

Open proggler23 opened this issue 3 years ago • 1 comments

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.

proggler23 avatar Nov 02 '21 11:11 proggler23

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.

Kantis avatar Mar 16 '23 21:03 Kantis