Skip to content

Bump github.com/go-logr/logr from 1.2.4 to 1.3.0 in /release/cli (#7041) #21581

Bump github.com/go-logr/logr from 1.2.4 to 1.3.0 in /release/cli (#7041)

Bump github.com/go-logr/logr from 1.2.4 to 1.3.0 in /release/cli (#7041) #21581

Triggered via push November 17, 2023 13:29
Status Failure
Total duration 40s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: pkg/clustermanager/cluster_manager.go#L591
cyclomatic complexity 27 of func `(*ClusterManager).UpgradeCluster` is high (> 10) (gocyclo)
lint: pkg/clustermanager/applier.go#L109
cyclomatic complexity 13 of func `(Applier).Run` is high (> 10) (gocyclo)
lint: pkg/clustermanager/cluster_manager.go#L748
cyclomatic complexity 11 of func `compareEKSAClusterSpec` is high (> 10) (gocyclo)
lint: pkg/clustermanager/cluster_manager.go#L1059
increment-decrement: should replace ready += 1 with ready++ (revive)
lint: pkg/clustermanager/cluster_manager.go#L6
blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
lint: pkg/clustermanager/cluster_manager.go#L78
exported: exported type ClusterManager should have comment or be unexported (revive)
lint: pkg/clustermanager/cluster_manager.go#L107
exported: exported type ClusterClient should have comment or be unexported (revive)
lint: pkg/clustermanager/cluster_manager.go#L156
exported: exported type Networking should have comment or be unexported (revive)
lint: pkg/clustermanager/cluster_manager.go#L162
exported: exported type AwsIamAuth should have comment or be unexported (revive)
lint: pkg/clustermanager/cluster_manager.go#L174
exported: exported type ClusterManagerOpt should have comment or be unexported (revive)