Problem: internal websocket connection is heavy and unstable #615
lint.yml
on: pull_request
Run golangci-lint
30s
Run markdown-lint
13s
Run flake8 on python integration tests
16s
Check gomod2nix.toml file is up to date
21s
Annotations
3 errors and 3 warnings
Run golangci-lint:
rpc/namespaces/ethereum/eth/filters/filter_system.go#L151
Error return value of `es.eventBus.AddTopic` is not checked (errcheck)
|
Run golangci-lint:
rpc/namespaces/ethereum/eth/filters/filter_system.go#L236
S1000: should use for range instead of for { select {} } (gosimple)
|
Run golangci-lint
issues found
|
Run golangci-lint
Restore cache failed: Dependencies file is not found in /home/runner/work/ethermint/ethermint. Supported file pattern: go.sum
|
Run golangci-lint:
server/json_rpc.go#L41
unused-parameter: parameter 'tmRPCAddr' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
server/json_rpc.go#L42
unused-parameter: parameter 'tmEndpoint' seems to be unused, consider removing or renaming it as _ (revive)
|