Skip to content

Use obol platform PAT #58

Use obol platform PAT

Use obol platform PAT #58

Triggered via pull request December 15, 2025 16:35
Status Failure
Total duration 57s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: http/domain.go#L14
var-naming: avoid package names that conflict with Go standard library package names (revive)
lint: api/versionedsignedblindedbeaconblock.go#L665
identical-switch-branches: "switch" with identical branches (lines 666 and 668) (revive)
lint: api/versionedproposal.go#L953
identical-switch-branches: "switch" with identical branches (lines 954 and 956) (revive)
lint: api/depositcontractopts.go#L14
var-naming: avoid meaningless package names (revive)
lint: spec/phase0/blssignature.go#L103
fmtappendf: Replace []byte(fmt.Sprintf...) with fmt.Appendf (modernize)
lint: spec/phase0/blspubkey.go#L130
fmtappendf: Replace []byte(fmt.Sprintf...) with fmt.Appendf (modernize)
lint: spec/phase0/blspubkey.go#L97
fmtappendf: Replace []byte(fmt.Sprintf...) with fmt.Appendf (modernize)
lint: http/spec_conformance_test.go#L15
plusbuild: +build line is no longer needed (modernize)
lint: http/spec.go#L159
stringscutprefix: HasPrefix + TrimPrefix can be simplified to CutPrefix (modernize)
lint: codecs/json.go#L44
slicescontains: Loop can be simplified using slices.Contains (modernize)