Use obol platform PAT #57
Annotations
10 errors
|
lint:
http/metrics.go#L139
enforce-switch-style: switch must have a default case clause (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/genesisopts.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)
|