Skip to content

Commit

Permalink
Always write to executionSuccessful.
Browse files Browse the repository at this point in the history
  • Loading branch information
hybloid committed Oct 17, 2023
1 parent 4fea458 commit 6b75916
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions baseline-cli/src/main/kotlin/BaselineCli.kt
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@ object BaselineCli {
return Invocation().apply {
exitCode = THRESHOLD_EXIT
exitCodeDescription = "Qodana reached failThreshold"
executionSuccessful = true
}
}
return Invocation().apply {
exitCode = 0
executionSuccessful = true
}
}

Expand Down

0 comments on commit 6b75916

Please sign in to comment.