refactor trie root hash computation #15169
golangci-lint.yml
on: pull_request
golangci linter
5m 32s
Annotations
3 errors and 1 warning
golangci linter:
trie/disabledGoroutinesManager.go#L16
S1008: should use 'return d.err == nil' instead of 'if d.err != nil { return false }; return true' (gosimple)
|
golangci linter:
trie/node.go#L128
S1008: should use 'return childHash != nil' instead of 'if childHash == nil { return false }; return true' (gosimple)
|
golangci linter
issues found
|
golangci linter
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|