Problem: redundant parse chainID from gensis when start server #582
lint.yml
on: pull_request
Run golangci-lint
4m 52s
Run markdown-lint
16s
Run flake8 on python integration tests
17s
Check gomod2nix.toml file is up to date
14s
Annotations
9 errors and 1 warning
Run golangci-lint:
cmd/ethermintd/flags.go#L1
: # github.com/evmos/ethermint/cmd/ethermintd
|
Run golangci-lint:
cmd/ethermintd/root.go#L47
sdkserver redeclared in this block
|
Run golangci-lint:
cmd/ethermintd/root.go#L37
other declaration of sdkserver
|
Run golangci-lint:
cmd/ethermintd/root.go#L47
imported and not used: "github.com/cosmos/cosmos-sdk/server" as sdkserver (typecheck)
|
Run golangci-lint:
rpc/websockets.go#L115
G114: Use of net/http serve function that has no support for setting timeouts (gosec)
|
Run golangci-lint:
rpc/websockets.go#L117
G114: Use of net/http serve function that has no support for setting timeouts (gosec)
|
Run golangci-lint:
rpc/backend/backend.go#L35
ST1019: package "github.com/evmos/ethermint/rpc/types" is being imported more than once (stylecheck)
|
Run golangci-lint:
rpc/backend/backend.go#L36
ST1019(related information): other import of "github.com/evmos/ethermint/rpc/types" (stylecheck)
|
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
|