Skip to content

Ssa

Ssa #892

Triggered via pull request May 6, 2026 11:24
@fwieselfwiesel
synchronize #302
ssa
Status Failure
Total duration 1m 50s
Artifacts

checks.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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)