Skip to content

Sort validators by index in chain info. #337

Sort validators by index in chain info.

Sort validators by index in chain info. #337

Triggered via push March 4, 2024 16:32
Status Failure
Total duration 1m 14s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 7 warnings
lint: util/beaconnode.go#L84
fmt.Sprintf can be replaced with string addition (perfsprint)
lint: util/validator.go#L45
fmt.Sprintf can be replaced with string addition (perfsprint)
lint: util/validator.go#L49
fmt.Sprintf can be replaced with string addition (perfsprint)
lint: shamir/shamir.go#L144
fmt.Errorf can be replaced with errors.New (perfsprint)
lint: shamir/shamir.go#L147
fmt.Errorf can be replaced with errors.New (perfsprint)
lint: shamir/shamir.go#L150
fmt.Errorf can be replaced with errors.New (perfsprint)
lint
issues found
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint: cmd/walletimport.go#L32
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/signatureverify.go#L44
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/signaturesign.go#L39
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/validatorcredentialsget.go#L32
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/validatorduties.go#L34
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
lint: cmd/depositverify.go#L53
unused-parameter: parameter 'cmd' seems to be unused, consider removing or renaming it as _ (revive)