Skip to content

Run golangci-lint in PRs #1187

Run golangci-lint in PRs

Run golangci-lint in PRs #1187

Triggered via pull request November 29, 2023 16:22
Status Failure
Total duration 2m 23s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

radix-operator-pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint: pkg/apis/kube/environment_variables_test.go#L211
Error return value is not checked (errcheck)
Lint: pkg/apis/kube/environment_variables_test.go#L258
Error return value of `(k8s.io/client-go/kubernetes/typed/core/v1.ConfigMapInterface).Create` is not checked (errcheck)
Lint: pkg/apis/kube/environment_variables_test.go#L457
Error return value of `(k8s.io/client-go/kubernetes/typed/core/v1.ConfigMapInterface).Create` is not checked (errcheck)
Lint: pkg/apis/test/utils.go#L99
Error return value of `tu.ApplyEnvironment` is not checked (errcheck)
Lint: pkg/apis/test/utils.go#L133
Error return value of `tu.ApplyEnvironment` is not checked (errcheck)
Lint: pkg/apis/test/utils.go#L193
Error return value of `tu.ApplyApplication` is not checked (errcheck)
Lint: pkg/apis/test/utils.go#L283
Error return value of `(k8s.io/client-go/kubernetes/typed/core/v1.SecretInterface).Create` is not checked (errcheck)
Lint: pkg/apis/test/utils.go#L297
Error return value of `(k8s.io/client-go/kubernetes/typed/core/v1.ConfigMapInterface).Create` is not checked (errcheck)
Lint: pkg/apis/test/utils.go#L338
Error return value of `(k8s.io/client-go/kubernetes/typed/core/v1.NamespaceInterface).Create` is not checked (errcheck)
Lint: radix-operator/common/controller.go#L87
Error return value of `errorGroup.Wait` is not checked (errcheck)