I am trying to get set up on detekt, but we’re seeing our projects fail on earlier submodules and not continue to later submodules, thus negating the purpose of merging reports entirely. I found this thread, https://kotlinlang.slack.com/archives/C88E12QH4/p1616689630027500, which mentions using
--continue
. I see that that works, even though it’s not in any of the documentation for the cli or the gradle plugin. Is there any way to turn this on by default?
b
Brais Gabin
06/26/2024, 9:41 PM
--continue is a gradle command. No idea if it is possible to have it by default but I assume that you will not want that for all your gradle runs. It does apply to the cli. If you find this interesting you can create a PR adding a note about --continue to the documentation of the merger.
s
snowe
06/27/2024, 9:46 PM
oh I had no clue it was a gradle command. interesting. thank you
b
Brais Gabin
06/28/2024, 8:45 AM
It does apply to the cli. It doesn't apply to the cli.