lint: fixup error warnings #334
Annotations
23 errors
run-lint:
wait/wait_test.go#L206
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
run-lint:
wait/wait_test.go#L214
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
run-lint:
wait/wait_test.go#L223
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
run-lint
issues found
|
run-changes
Process completed with exit code 2.
|
run-tests (ubuntu-22.04):
wait/wait.go#L298
fmt.Errorf call has more than one error-wrapping directive %w
|
run-tests (ubuntu-22.04):
wait/wait.go#L309
fmt.Errorf call has more than one error-wrapping directive %w
|
run-tests (ubuntu-22.04):
wait/wait.go#L344
fmt.Errorf call has more than one error-wrapping directive %w
|
run-tests (ubuntu-22.04):
wait/wait.go#L396
fmt.Errorf call has more than one error-wrapping directive %w
|
run-tests (ubuntu-22.04):
wait/wait.go#L407
fmt.Errorf call has more than one error-wrapping directive %w
|
run-tests (ubuntu-22.04)
Process completed with exit code 2.
|
run-tests (windows-2022):
wait/wait.go#L298
fmt.Errorf call has more than one error-wrapping directive %w
|
run-tests (windows-2022):
wait/wait.go#L309
fmt.Errorf call has more than one error-wrapping directive %w
|
run-tests (windows-2022):
wait/wait.go#L344
fmt.Errorf call has more than one error-wrapping directive %w
|
run-tests (windows-2022):
wait/wait.go#L396
fmt.Errorf call has more than one error-wrapping directive %w
|
run-tests (windows-2022):
wait/wait.go#L407
fmt.Errorf call has more than one error-wrapping directive %w
|
run-tests (windows-2022)
Process completed with exit code 1.
|
run-tests (macos-12):
wait/wait.go#L298
fmt.Errorf call has more than one error-wrapping directive %w
|
run-tests (macos-12):
wait/wait.go#L309
fmt.Errorf call has more than one error-wrapping directive %w
|
run-tests (macos-12):
wait/wait.go#L344
fmt.Errorf call has more than one error-wrapping directive %w
|
run-tests (macos-12):
wait/wait.go#L396
fmt.Errorf call has more than one error-wrapping directive %w
|
run-tests (macos-12):
wait/wait.go#L407
fmt.Errorf call has more than one error-wrapping directive %w
|
run-tests (macos-12)
Process completed with exit code 2.
|