Merge pull request #6 from rocket-pool/net-socket #1
Annotations
10 errors and 2 warnings
lint:
config/utils.go#L45
Error return value of `ip4Consensus.UseIPProtocol` is not checked (errcheck)
|
lint:
config/utils.go#L52
Error return value of `ip6Consensus.UseIPProtocol` is not checked (errcheck)
|
lint:
api/server/handle-response.go#L151
Error return value of `w.Write` is not checked (errcheck)
|
lint:
beacon/client/std-http-client.go#L656
func `(*StandardHttpClient).getFork` is unused (unused)
|
lint:
node/services/bn-manager.go#L68
func `(*BeaconClientManager).setPrimaryReady` is unused (unused)
|
lint:
node/services/bn-manager.go#L72
func `(*BeaconClientManager).setFallbackReady` is unused (unused)
|
lint:
node/services/ec-manager.go#L86
func `(*ExecutionClientManager).setPrimaryReady` is unused (unused)
|
lint:
node/services/ec-manager.go#L90
func `(*ExecutionClientManager).setFallbackReady` is unused (unused)
|
lint:
utils/input/validation.go#L204
S1007: should use raw string (`...`) with regexp.MustCompile to avoid having to escape twice (gosimple)
|
lint:
utils/input/validation.go#L263
S1017: should replace this `if` statement with an unconditional `strings.TrimPrefix` (gosimple)
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/node-manager-core/node-manager-core. Supported file pattern: go.sum
|