feat: support cosmos depinject #33
Annotations
10 errors and 7 warnings
encoding/config.go#L19
import 'cosmossdk.io/simapp/params' is not allowed from list 'Main' (depguard)
|
encoding/config.go#L20
import 'github.com/cosmos/cosmos-sdk/codec' is not allowed from list 'Main' (depguard)
|
encoding/config.go#L21
import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
|
encoding/config.go#L22
import 'github.com/cosmos/cosmos-sdk/types/module' is not allowed from list 'Main' (depguard)
|
encoding/config.go#L23
import 'github.com/cosmos/cosmos-sdk/x/auth/tx' is not allowed from list 'Main' (depguard)
|
encoding/config.go#L25
import 'github.com/evmos/ethermint/encoding/codec' is not allowed from list 'Main' (depguard)
|
x/evm/client/cli/query.go#L19
import 'github.com/evmos/ethermint/rpc/types' is not allowed from list 'Main' (depguard)
|
x/evm/client/cli/query.go#L20
import 'github.com/spf13/cobra' is not allowed from list 'Main' (depguard)
|
x/evm/client/cli/query.go#L22
import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
|
x/evm/client/cli/query.go#L23
import 'github.com/cosmos/cosmos-sdk/client/flags' is not allowed from list 'Main' (depguard)
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4, actions/checkout@v3, technote-space/[email protected], golangci/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
rpc/websockets.go#L131
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
|
x/feemarket/client/cli/query.go#L53
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
x/feemarket/client/cli/query.go#L111
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
app/upgrades.go#L26
unused-parameter: parameter 'plan' seems to be unused, consider removing or renaming it as _ (revive)
|
cmd/ethermintd/root.go#L280
unused-parameter: parameter 'modulesToExport' seems to be unused, consider removing or renaming it as _ (revive)
|
This job failed
Loading