Skip to content

Application mobility rebase -- ignore #63

Application mobility rebase -- ignore

Application mobility rebase -- ignore #63

Triggered via pull request August 22, 2023 13:11
Status Failure
Total duration 2m 12s
Artifacts

linters.yaml

on: pull_request
golangci-lint
2m 1s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
golangci-lint: api/v1/types.go#L106
File is not `gofumpt`-ed (gofumpt)
golangci-lint: api/v1/types.go#L232
File is not `gofumpt`-ed (gofumpt)
golangci-lint: api/v1/types.go#L314
File is not `gofumpt`-ed (gofumpt)
golangci-lint: api/v1/types.go#L318
File is not `gofumpt`-ed (gofumpt)
golangci-lint: api/v1/types.go#L322
File is not `gofumpt`-ed (gofumpt)
golangci-lint: api/v1/types.go#L326
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#L374
File is not `gofumpt`-ed (gofumpt)
golangci-lint: controllers/csm_controller.go#L390
File is not `gofumpt`-ed (gofumpt)
golangci-lint: api/v1/types.go#L367
var-naming: struct field AccessKeyId should be AccessKeyID (revive)
golangci-lint: controllers/csm_controller.go#L411
unused-parameter: parameter 'oldObj' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: controllers/csm_controller.go#L1212
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#L921
unused-parameter: parameter 'reqName' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: controllers/csm_controller_test.go#L1551
unused-parameter: parameter 'modules' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: controllers/csm_controller_test.go#L1582
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/application_mobility.go#L92
var-naming: const AccessKeyId should be AccessKeyID (revive)