Skip to content

Fix prerequisites link in readme #92

Fix prerequisites link in readme

Fix prerequisites link in readme #92

Triggered via pull request August 29, 2023 06:52
Status Failure
Total duration 1m 48s
Artifacts

linters.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
golangci-lint: api/v1/types.go#L103
File is not `gofumpt`-ed (gofumpt)
golangci-lint: api/v1/types.go#L224
File is not `gofumpt`-ed (gofumpt)
golangci-lint: controllers/csm_controller.go#L19
File is not `gofumpt`-ed (gofumpt)
golangci-lint: controllers/csm_controller.go#L57
File is not `gofumpt`-ed (gofumpt)
golangci-lint: controllers/csm_controller.go#L345
File is not `gofumpt`-ed (gofumpt)
golangci-lint: controllers/csm_controller.go#L361
File is not `gofumpt`-ed (gofumpt)
golangci-lint: controllers/csm_controller.go#L422
File is not `gofumpt`-ed (gofumpt)
golangci-lint: controllers/csm_controller.go#L473
File is not `gofumpt`-ed (gofumpt)
golangci-lint: controllers/csm_controller.go#L478
File is not `gofumpt`-ed (gofumpt)
golangci-lint: controllers/csm_controller.go#L502
File is not `gofumpt`-ed (gofumpt)
golangci-lint: controllers/csm_controller.go#L382
unused-parameter: parameter 'oldObj' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: controllers/csm_controller.go#L1133
superfluous-else: if block ends with a break statement, so drop this else and outdent its block (revive)
golangci-lint: controllers/csm_controller_test.go#L899
unused-parameter: parameter 'reqName' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: controllers/csm_controller_test.go#L1440
unused-parameter: parameter 'modules' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: pkg/drivers/common_test.go#L32
var-declaration: should omit type bool from declaration of var trueBool; it will be inferred from the right-hand side (revive)
golangci-lint: pkg/drivers/common_test.go#L33
var-declaration: should omit type bool from declaration of var falseBool; it will be inferred from the right-hand side (revive)
golangci-lint: pkg/drivers/unity.go#L144
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: pkg/modules/observability.go#L183
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: pkg/modules/observability.go#L695
unused-parameter: parameter 'k8sClient' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: pkg/modules/resiliency.go#L65
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)