debug msg #128
lint.yml
on: push
golangci-lint
16s
yamllint
14s
Annotations
5 errors and 4 warnings
golangci-lint:
pkg/plugin/external/types.go#L20
File is not `goimports`-ed (goimports)
|
golangci-lint:
pkg/plugins/external/api.go#L25
File is not `goimports`-ed (goimports)
|
golangci-lint:
pkg/plugins/external/edit.go#L25
File is not `goimports`-ed (goimports)
|
golangci-lint:
cmd/main.go#L30
SA1019: "sigs.k8s.io/kubebuilder/v3/pkg/plugins/golang/declarative/v1" is deprecated: The declarative plugin has been deprecated. The Declarative plugin is an implementation derived from the kubebuilder-declarative-pattern project. As the project maintainers possess the most comprehensive knowledge about its changes and Kubebuilder allows the creation of custom plugins using its library, it has been decided that this plugin will be better maintained within the kubebuilder-declarative-pattern project itself, which falls under its domain of responsibility. This decision aims to improve the maintainability of both the plugin and Kubebuilder, ultimately providing an enhanced user experience. To follow up on this work, please refer to the Issue #293: https://github.com/kubernetes-sigs/kubebuilder-declarative-pattern/issues/293. (staticcheck)
|
golangci-lint
issues found
|
golangci-lint:
pkg/plugins/external/api.go#L61
error-strings: error strings should not be capitalized or end with punctuation or a newline (revive)
|
golangci-lint:
pkg/plugins/external/api.go#L68
error-strings: error strings should not be capitalized or end with punctuation or a newline (revive)
|
golangci-lint:
pkg/plugins/external/init.go#L51
error-strings: error strings should not be capitalized or end with punctuation or a newline (revive)
|
golangci-lint
Restore cache failed: Dependencies file is not found in /home/runner/work/kubebuilder/kubebuilder. Supported file pattern: go.sum
|