Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cdzombak committed Jun 10, 2024
1 parent 0941567 commit 921b5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func runner(config *runConfig) *runOutput {
if errors.As(err, &exitError) {
// cmd started, but did not return a healthy exit code.
// runner does not consider this an error.
err = nil
err = nil //nolint:all
} else {
cmdOutStr = fmt.Sprintf("Error: Failed to run '%s': %s\n", cmd.String(), err)
}
Expand Down

0 comments on commit 921b5af

Please sign in to comment.