Skip to content

kustomize renderer pipeline #29

kustomize renderer pipeline

kustomize renderer pipeline #29

Triggered via pull request October 17, 2024 14:00
Status Failure
Total duration 43s
Artifacts

linter.yaml

on: pull_request
golangci-lint
32s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

9 errors
golangci-lint: pkg/controller/actions/action_deploy_merge_deployment.go#L29
Error return value is not checked (errcheck)
golangci-lint: pkg/controller/actions/action_deploy_merge_deployment.go#L34
Error return value is not checked (errcheck)
golangci-lint: pkg/controller/actions/action_deploy_merge_deployment.go#L38
Error return value is not checked (errcheck)
golangci-lint: pkg/controller/actions/action_deploy_merge_deployment.go#L7
unnecessary leading newline (whitespace)
golangci-lint: pkg/controller/actions/action_deploy_merge_deployment.go#L50
type assertion must be checked (forcetypeassert)
golangci-lint: pkg/controller/actions/action_deploy_merge_deployment.go#L66
type assertion must be checked (forcetypeassert)
golangci-lint: pkg/controller/actions/action_test.go#L28
SA1012: do not pass a nil Context, even if a function permits it; pass context.TODO if you are unsure about which Context to use (staticcheck)
golangci-lint: controllers/datasciencecluster/datasciencecluster_controller.go#L324
ineffectual assignment to err (ineffassign)
golangci-lint
issues found