Skip to content

Merge pull request #134 from stader-labs/update_copies #76

Merge pull request #134 from stader-labs/update_copies

Merge pull request #134 from stader-labs/update_copies #76

Triggered via push October 26, 2023 05:38
Status Success
Total duration 2m 5s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build: shared/services/config/mev-boost-config.go#L276
Error return value is not checked (errcheck)
build: shared/services/config/mev-boost-config.go#L294
Error return value is not checked (errcheck)
build: shared/services/config/mev-boost-config.go#L310
Error return value is not checked (errcheck)
build: shared/services/config/stader-config.go#L486
Error return value of `cfg.applyAllDefaults` is not checked (errcheck)
build: shared/services/stader/client.go#L92
Error return value of `ip4Consensus.UseIPProtocol` is not checked (errcheck)
build: shared/services/stader/client.go#L99
Error return value of `ip6Consensus.UseIPProtocol` is not checked (errcheck)
build: shared/services/stader/client.go#L492
Error return value of `c.migrateCcSelection` is not checked (errcheck)
build: stader/guardian/metrics-exporter.go#L91
Error return value of `w.Write` is not checked (errcheck)
build: stader-cli/service/service.go#L651
Error return value of `staderClient.SaveConfig` is not checked (errcheck)
build: shared/utils/hex/hex.go#L24
string `0x` has 3 occurrences, make it a constant (goconst)
build: shared/utils/arr-utils/arr.go#L1
var-naming: don't use an underscore in package name (revive)
build: shared/types/config/types.go#L36
var-naming: don't use underscores in Go names; const ContainerID_Unknown should be ContainerIDUnknown (revive)
build: shared/types/config/types.go#L37
var-naming: don't use underscores in Go names; const ContainerID_Api should be ContainerIDAPI (revive)
build: shared/types/config/types.go#L38
var-naming: don't use underscores in Go names; const ContainerID_Node should be ContainerIDNode (revive)
build: shared/types/config/types.go#L39
var-naming: don't use underscores in Go names; const ContainerID_Guardian should be ContainerIDGuardian (revive)
build: shared/types/config/types.go#L40
var-naming: don't use underscores in Go names; const ContainerID_Eth1 should be ContainerIDEth1 (revive)
build: shared/types/config/types.go#L41
var-naming: don't use underscores in Go names; const ContainerID_Eth2 should be ContainerIDEth2 (revive)
build: shared/types/config/types.go#L42
var-naming: don't use underscores in Go names; const ContainerID_Validator should be ContainerIDValidator (revive)
build: shared/types/config/types.go#L43
var-naming: don't use underscores in Go names; const ContainerID_Grafana should be ContainerIDGrafana (revive)
build: shared/types/config/types.go#L44
var-naming: don't use underscores in Go names; const ContainerID_Prometheus should be ContainerIDPrometheus (revive)