Skip to content

Replace deprecated golint with revive #785

Replace deprecated golint with revive

Replace deprecated golint with revive #785

Triggered via pull request May 14, 2024 10:02
Status Failure
Total duration 2m 0s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
tests: operator/operator.go#L288
cyclomatic: function (*Operator).operatePods has cyclomatic complexity 17 (> max enabled 15) (revive)
tests: operator/autoscaler.go#L240
cyclomatic: function (*AutoScaler).scaleUpOrDown has cyclomatic complexity 18 (> max enabled 15) (revive)
tests: operator/operator.go#L406
cyclomatic: function (*Operator).rescaleStatefulSet has cyclomatic complexity 20 (> max enabled 15) (revive)
tests
Process completed with exit code 2.