Skip to content

build(deps): bump github.com/onsi/gomega from 1.36.2 to 1.38.0 #99

build(deps): bump github.com/onsi/gomega from 1.36.2 to 1.38.0

build(deps): bump github.com/onsi/gomega from 1.36.2 to 1.38.0 #99

Triggered via pull request July 26, 2025 19:43
Status Failure
Total duration 2m 5s
Artifacts

golangci-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint
the methods of "VolumeReplicationReconciler" use pointer receiver and non-pointer receiver. (recvcheck)
lint
error-format: fmt.Errorf can be replaced with errors.New (perfsprint)
lint
string-format: fmt.Sprintf can be replaced with string concatenation (perfsprint)
lint
error-format: fmt.Errorf can be replaced with errors.New (perfsprint)
lint
error-format: fmt.Errorf can be replaced with errors.New (perfsprint)
lint
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
lint
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
lint
avoid inline error handling using `if err := ...; err != nil`; use plain assignment `err := ...` (noinlineerr)
lint
return both a `nil` error and an invalid value: use a sentinel error instead (nilnil)
lint
Function name: Reconcile, Cyclomatic Complexity: 52, Halstead Volume: 9152.00, Maintainability Index: 10 (maintidx)
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/volume-replication-operator/volume-replication-operator. Supported file pattern: go.sum