I am trying to get set up on detekt, but we’re see...
# detekt
s
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
--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
oh I had no clue it was a gradle command. interesting. thank you
b
It does apply to the cli. It doesn't apply to the cli.
(Slack doesn't allow to edit)