Update copies #55
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
9 errors and 2 warnings
build:
stader-cli/service/configConsensus.go#L76
Error return value is not checked (errcheck)
|
build:
stader-cli/service/service.go#L311
Error return value is not checked (errcheck)
|
build:
stader-cli/service/service.go#L312
Error return value is not checked (errcheck)
|
build:
stader-cli/service/configConsensus.go#L27
dupImport: package is imported 2 times under different aliases on lines 27 and 28 (gocritic)
|
build:
stader-cli/node/update-operator-reward-address.go#L7
import 'github.com/stader-labs/stader-node/shared/services/config' is not allowed from list 'Main' (depguard)
|
build:
stader-cli/node/update-operator-reward-address.go#L10
import 'github.com/stader-labs/stader-node/shared/types/config' is not allowed from list 'Main' (depguard)
|
build:
stader-cli/node/update-operator-reward-address.go#L100
missing cases in switch of type config.Network: config.Network_Unknown, config.Network_All, config.Network_Devnet, config.Network_Zhejiang (exhaustive)
|
build:
stader-cli/node/update-operator-reward-address.go#L133
missing cases in switch of type config.Network: config.Network_Unknown, config.Network_All, config.Network_Devnet, config.Network_Zhejiang (exhaustive)
|
build:
stader-cli/service/service.go#L249
missing cases in switch of type config.Network: config.Network_Unknown, config.Network_All, config.Network_Devnet, config.Network_Zhejiang (exhaustive)
|
build:
shared/services/config/consensus-common-config.go#L30
var-naming: const CheckpointSyncUrlMainnetID should be CheckpointSyncURLMainnetID (revive)
|
build:
shared/services/config/consensus-common-config.go#L31
var-naming: const CheckpointSyncUrlPraterID should be CheckpointSyncURLPraterID (revive)
|