Does turning on debug mode also print out the base...
# detekt
k
Does turning on debug mode also print out the baseline file? I don't see it in the debug output. I can't get detekt to take my baseline file which it definitely generates if I do "gradle detektBaseline"
nvm...needed the baseline merged. Wrote this kscript file in case anyone else needs it. Only painful part is you have to output the baselines by module by changing the config before running detektBaseline, then merge this and specify one merged baseline file.
✔️ 1