ci(superlint): fix workflow #45
Annotations
11 errors
Lint:
internal/ssolo/cmd/cmd.go#L32
Error return value of `cmd.Usage` is not checked (errcheck)
|
Lint:
internal/ssolo/cmd/gitlab.go#L94
Error return value of `cmdutil.WriteCredentials` is not checked (errcheck)
|
Lint:
internal/ssolo/cmd/gitlab.go#L136
Error return value of `ssolo.Kube.CreateSecret` is not checked (errcheck)
|
Lint:
internal/ssolo/cmd/gitlab.go#L36
lostcancel: the cancel function is not used on all paths (possible context leak) (govet)
|
Lint:
internal/ssolo/cmd/gitlab.go#L44
lostcancel: this return statement may be reached without using the cancel var defined on line 36 (govet)
|
Lint:
pkg/tools/tools.go#L89
Error return value of `json.Unmarshal` is not checked (errcheck)
|
Lint:
pkg/kv/op.go#L113
S1021: should merge variable declaration with assignment on next line (gosimple)
|
Lint:
pkg/kv/op.go#L176
S1021: should merge variable declaration with assignment on next line (gosimple)
|
Lint:
internal/plattr/cmd/aws.go#L75
Error return value of `app.Kube.CreateSecret` is not checked (errcheck)
|
Lint:
internal/plattr/cmd/cloudflare.go#L75
Error return value of `app.Kube.CreateSecret` is not checked (errcheck)
|
Test (ubuntu-latest)
Process completed with exit code 1.
|