You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run the cli and I have issues at the end of the output I get the numer of issues onces
Observed Behavior
I'm getting this output twice:
Build failed with 3178 weighted issues (threshold defined was 10).
io.gitlab.arturbosch.detekt.cli.BuildFailure: Build failed with 3178 weighted issues (threshold defined was 10).
Steps to Reproduce
Run the cli on a project that have issues
Context
I found this issue testing #2258 and then I saw that it was in master too.
Your Environment
Version of detekt used: master (1.4.0)
The text was updated successfully, but these errors were encountered:
I checked the code and this is because the BuildFailureReport show this message once and then the Runner throws an exception with exactly the same message.
Expected Behavior
If I run the cli and I have issues at the end of the output I get the numer of issues onces
Observed Behavior
I'm getting this output twice:
Steps to Reproduce
Run the cli on a project that have issues
Context
I found this issue testing #2258 and then I saw that it was in master too.
Your Environment
The text was updated successfully, but these errors were encountered: