Implement Driver API reconciliation #43
lint.yaml
on: pull_request
codespell
9s
misspell
16s
golangci-lint
1m 5s
govulncheck
49s
Annotations
21 errors and 1 warning
codespell:
internal/controller/driver_controller.go#L104
concurent ==> concurrent
|
codespell:
internal/controller/driver_controller.go#L105
reconcilation ==> reconciliation
|
codespell:
internal/controller/driver_controller.go#L117
resrouce ==> resource
|
codespell:
api/v1alpha1/operatorconfig_types.go#L28
Alow ==> Allow
|
codespell:
api/v1alpha1/operatorconfig_types.go#L28
opeartor ==> operator
|
codespell:
utils/utils.go#L27
concurently ==> concurrently
|
codespell:
utils/utils.go#L43
aggreagate ==> aggregate
|
misspell:
internal/controller/driver_controller.go#L105
[misspell] reported by reviewdog 🐶
"reconcilation" is a misspelling of "reconciliation"
Raw Output:
./internal/controller/driver_controller.go:105:11: "reconcilation" is a misspelling of "reconciliation"
|
govulncheck
Cannot open: File exists
|
govulncheck
Cannot open: File exists
|
govulncheck
Cannot open: File exists
|
govulncheck
Cannot open: File exists
|
govulncheck
Cannot open: File exists
|
govulncheck
Cannot open: File exists
|
govulncheck
Cannot open: File exists
|
govulncheck
Cannot open: File exists
|
govulncheck
Cannot open: File exists
|
govulncheck
Cannot open: File exists
|
golangci-lint:
internal/controller/driver_controller.go#L179
cyclomatic complexity 46 of func `mergeDriverSpecs` is high (> 30) (gocyclo)
|
golangci-lint:
internal/controller/driver_controller.go#L105
`reconcilation` is a misspelling of `reconciliation` (misspell)
|
golangci-lint
issues found
|
govulncheck
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|