Remove dependency on controller-runtime #94
lint.yaml
on: pull_request
Lint Go
3m 58s
Lint YAML & Markdown
25s
Annotations
3 errors and 2 warnings
Lint Go:
bootstrap/crds.go#L10
ST1019: package "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1" is being imported more than once (stylecheck)
|
Lint Go:
bootstrap/crds.go#L11
ST1019(related information): other import of "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1" (stylecheck)
|
Lint Go
issues found
|
Lint Go
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint Go:
typed/typedlister.go#L106
exported: func name will be used as typed.TypedObjToUnstructuredObj by other packages, and that stutters; consider calling this ObjToUnstructuredObj (revive)
|