Skip to content

Fix e2e with new yamls and support restic again #85

Fix e2e with new yamls and support restic again

Fix e2e with new yamls and support restic again #85

Triggered via pull request August 24, 2023 17:30
@kumarkgosakumarkgosa
synchronize #328
velero-kar
Status Failure
Total duration 2m 21s
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#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: 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#L1215
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/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)