Update docs/rfc.md #63
Annotations
10 errors
Golangci-lint:
internal/admission/wardleinitializer/wardleinitializer_test.go#L53
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Golangci-lint:
internal/admission/wardleinitializer/wardleinitializer_test.go#L56
unused-parameter: parameter 'o' seems to be unused, consider removing or renaming it as _ (revive)
|
Golangci-lint:
cmd/storage/server/start.go#L66
G115: integer overflow conversion uint -> int (gosec)
|
Golangci-lint:
cmd/storage/server/start.go#L167
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
Golangci-lint:
cmd/storage/server/start.go#L183
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
Golangci-lint:
cmd/storage/server/start.go#L33
ST1019: package "k8s.io/apiserver/pkg/server/options" is being imported more than once (stylecheck)
|
Golangci-lint:
cmd/storage/server/start.go#L34
ST1019(related information): other import of "k8s.io/apiserver/pkg/server/options" (stylecheck)
|
Golangci-lint:
cmd/storage/server/start.go#L189
error returned from external package is unwrapped: sig: func github.com/rancher/sbombastic/pkg/generated/clientset/versioned.NewForConfig(c *k8s.io/client-go/rest.Config) (*github.com/rancher/sbombastic/pkg/generated/clientset/versioned.Clientset, error) (wrapcheck)
|
Golangci-lint:
cmd/storage/server/start.go#L215
error returned from external package is unwrapped: sig: func (*k8s.io/apiserver/pkg/server/options.RecommendedOptions).ApplyTo(config *k8s.io/apiserver/pkg/server.RecommendedConfig) error (wrapcheck)
|
Golangci-lint:
cmd/storage/server/start.go#L234
error returned from external package is unwrapped: sig: func (github.com/rancher/sbombastic/internal/apiserver.completedConfig).New() (*github.com/rancher/sbombastic/internal/apiserver.WardleServer, error) (wrapcheck)
|