If you still experience the same regressions with ...
# detekt
a
If you still experience the same regressions with 1.7.3 as with 1.7.2, see my answer in https://github.com/arturbosch/detekt/issues/2571 I will release a 1.7.4 soon. tldr, specify the tool version:
Copy code
detekt {
    toolversion = "1.7.3"
}
❤️ 1