chore: bump the all group with 6 updates #19
Annotations
8 errors and 3 warnings
|
golangci-lint:
main.go#L39
File is not `gci`-ed with --skip-generated -s standard -s default (gci)
|
golangci-lint:
pkg/upgrade/manager.go#L34
string `/v1alpha` has 3 occurrences, make it a constant (goconst)
|
golangci-lint:
apis/status/groups.go#L8
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
pkg/readiness/ready_tracker.go#L48
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
pkg/audit/manager.go#L61
File is not `gofumpt`-ed (gofumpt)
|
golangci-lint:
apis/status/v1beta1/constraintpodstatus_types.go#L80
`constarints` is a misspelling of `constraint` (misspell)
|
golangci-lint
issues found
|
golangci-lint:
apis/mutations/group.go#L8
var-declaration: should omit type string from declaration of var MutationGroupName; it will be inferred from the right-hand side (revive)
|
golangci-lint:
apis/status/groups.go#L9
var-declaration: should omit type string from declaration of var ConstraintGroupName; it will be inferred from the right-hand side (revive)
|
golangci-lint:
pkg/controller/constrainttemplate/constrainttemplate_controller.go#L85
var-declaration: should omit type string from declaration of var ConstraintTemplateCrdName; it will be inferred from the right-hand side (revive)
|
Loading