Ssa #892
Annotations
6 errors
|
Checks
issues found
|
|
Checks:
internal/controller/node_certificate_controller.go#L132
string-format: fmt.Sprintf can be replaced with string concatenation (perfsprint)
|
|
Checks:
internal/controller/aggregates_controller.go#L157
any: interface{} can be replaced by any (modernize)
|
|
Checks:
internal/controller/aggregates_controller.go#L156
any: interface{} can be replaced by any (modernize)
|
|
Checks:
internal/controller/eviction_controller.go#L439
paramTypeCombine: func(ctx context.Context, uuid string, hypervisorName string) error could be replaced with func(ctx context.Context, uuid, hypervisorName string) error (gocritic)
|
|
Checks:
internal/controller/eviction_controller.go#L423
paramTypeCombine: func(ctx context.Context, uuid string, hypervisorName string) error could be replaced with func(ctx context.Context, uuid, hypervisorName string) error (gocritic)
|