Implement Driver API reconciliation #85
lint.yaml
on: pull_request
codespell
8s
misspell
20s
golangci-lint
1m 6s
govulncheck
30s
Annotations
15 errors and 1 warning
codespell:
internal/controller/driver_controller.go#L80
reconcilation ==> reconciliation
|
misspell:
internal/controller/driver_controller.go#L80
[misspell] reported by reviewdog 🐶
"reconcilation" is a misspelling of "reconciliation"
Raw Output:
./internal/controller/driver_controller.go:80:79: "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#L317
cyclomatic complexity 46 of func `mergeDriverSpecs` is high (> 30) (gocyclo)
|
golangci-lint:
internal/controller/driver_controller.go#L80
`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
|