Enable goerr113 linting for EventMesh tests #867
Annotations
5 errors
golangci-lint:
internal/controller/operator/eventing/eventmesh_test.go#L126
err113: do not define dynamic errors, use wrapped static errors instead: "errors.New(\"failed to apply patch\")" (goerr113)
|
golangci-lint:
internal/controller/operator/eventing/eventmesh_test.go#L129
err113: do not define dynamic errors, use wrapped static errors instead: "errors.New(\"failed to sync Publisher Proxy secret: failed to apply patch\")" (goerr113)
|
golangci-lint:
internal/controller/operator/eventing/eventmesh_test.go#L198
err113: do not define dynamic errors, use wrapped static errors instead: "errors.New(\"failed to start\")" (goerr113)
|
golangci-lint:
internal/controller/operator/eventing/eventmesh_test.go#L220
err113: do not define dynamic errors, use wrapped static errors instead: "errors.New(\"failed to start\")" (goerr113)
|
golangci-lint
issues found
|
The logs for this run have expired and are no longer available.
Loading