Initial commit with project files #1
Annotations
10 errors and 11 warnings
Run golangci/golangci-lint-action@v3.4.0:
x/erc20/keeper/msg_server_test.go#L208
208-384 lines are duplicate of `x/erc20/keeper/msg_server_test.go:1186-1363` (dupl)
|
Run golangci/golangci-lint-action@v3.4.0:
x/erc20/keeper/msg_server_test.go#L1186
1186-1363 lines are duplicate of `x/erc20/keeper/msg_server_test.go:208-384` (dupl)
|
Run golangci/golangci-lint-action@v3.4.0:
app/app.go#L912
Error return value of `app.mm.RegisterServices` is not checked (errcheck)
|
Run golangci/golangci-lint-action@v3.4.0:
app/app_test.go#L64
Error return value of `app.InitChain` is not checked (errcheck)
|
Run golangci/golangci-lint-action@v3.4.0:
app/app_test.go#L71
Error return value of `app.Commit` is not checked (errcheck)
|
Run golangci/golangci-lint-action@v3.4.0:
app/ethtest_helper.go#L94
Error return value of `app.InitChain` is not checked (errcheck)
|
Run golangci/golangci-lint-action@v3.4.0:
app/export.go#L111
Error return value of `app.StakingKeeper.IterateValidators` is not checked (errcheck)
|
Run golangci/golangci-lint-action@v3.4.0:
app/export.go#L149
Error return value of `app.StakingKeeper.IterateValidators` is not checked (errcheck)
|
Run golangci/golangci-lint-action@v3.4.0:
app/export.go#L200
Error return value of `app.StakingKeeper.IterateRedelegations` is not checked (errcheck)
|
Run golangci/golangci-lint-action@v3.4.0:
app/export.go#L204
Error return value of `app.StakingKeeper.SetRedelegation` is not checked (errcheck)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run golangci/golangci-lint-action@v3.4.0:
x/feemarket/client/cli/query.go#L53
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/golangci-lint-action@v3.4.0:
x/feemarket/client/cli/query.go#L111
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/golangci-lint-action@v3.4.0:
types/dynamic_fee.go#L23
redefines-builtin-id: redefinition of the built-in type any (revive)
|
Run golangci/golangci-lint-action@v3.4.0:
x/vesting/types/schedule.go#L218
redefines-builtin-id: redefinition of the built-in function min (revive)
|
Run golangci/golangci-lint-action@v3.4.0:
x/vesting/types/schedule.go#L233
redefines-builtin-id: redefinition of the built-in function min (revive)
|
Run golangci/golangci-lint-action@v3.4.0:
x/vesting/types/schedule.go#L249
redefines-builtin-id: redefinition of the built-in function min (revive)
|
Run golangci/golangci-lint-action@v3.4.0:
x/evm/types/tracer.go#L40
unused-parameter: parameter 'btime' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/golangci-lint-action@v3.4.0:
x/evm/types/codec.go#L91
redefines-builtin-id: redefinition of the built-in type any (revive)
|
Run golangci/golangci-lint-action@v3.4.0:
rpc/types/utils.go#L264
redefines-builtin-id: redefinition of the built-in function cap (revive)
|
Run golangci/golangci-lint-action@v3.4.0:
x/evm/statedb/statedb_test.go#L196
unused-parameter: parameter 'db' seems to be unused, consider removing or renaming it as _ (revive)
|
Loading