Skip to content

feat: support cosmos depinject #32

feat: support cosmos depinject

feat: support cosmos depinject #32

Triggered via pull request July 23, 2024 08:22
Status Failure
Total duration 49s
Artifacts

lint.yml

on: pull_request
Run golangci-lint
39s
Run golangci-lint
Run markdown-lint
11s
Run markdown-lint
Run flake8 on python integration tests
16s
Run flake8 on python integration tests
Check gomod2nix.toml file is up to date
14s
Check gomod2nix.toml file is up to date
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Run golangci-lint: rpc/namespaces/ethereum/net/api.go#L22
import 'github.com/cometbft/cometbft/rpc/client' is not allowed from list 'Main' (depguard)
Run golangci-lint: rpc/namespaces/ethereum/net/api.go#L23
import 'github.com/cosmos/cosmos-sdk/client' is not allowed from list 'Main' (depguard)
Run golangci-lint: rpc/namespaces/ethereum/net/api.go#L24
import 'github.com/evmos/ethermint/types' is not allowed from list 'Main' (depguard)
Run golangci-lint: server/config/config.go#L24
import 'github.com/spf13/viper' is not allowed from list 'Main' (depguard)
Run golangci-lint: server/config/config.go#L26
import 'github.com/cometbft/cometbft/libs/strings' is not allowed from list 'Main' (depguard)
Run golangci-lint: server/config/config.go#L28
import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
Run golangci-lint: server/config/config.go#L29
import 'github.com/cosmos/cosmos-sdk/server/config' is not allowed from list 'Main' (depguard)
Run golangci-lint: server/config/config.go#L30
import 'github.com/cosmos/cosmos-sdk/types/errors' is not allowed from list 'Main' (depguard)
Run golangci-lint: rpc/namespaces/ethereum/miner/api.go#L19
import 'github.com/cosmos/cosmos-sdk/server' is not allowed from list 'Main' (depguard)
Run golangci-lint: rpc/namespaces/ethereum/miner/api.go#L21
import 'github.com/ethereum/go-ethereum/common' is not allowed from list 'Main' (depguard)
Run markdown-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Check gomod2nix.toml file is up to date
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, cachix/cachix-action@v12, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run flake8 on python integration tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, cachix/cachix-action@v12, technote-space/get-diff-action@v6.1.2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run golangci-lint
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/get-diff-action@v6.1.2, golangci/golangci-lint-action@v3.4.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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: x/feemarket/client/cli/query.go#L53
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: x/feemarket/client/cli/query.go#L111
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: rpc/websockets.go#L131
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: app/upgrades.go#L26
unused-parameter: parameter 'plan' seems to be unused, consider removing or renaming it as _ (revive)
Run golangci-lint: cmd/ethermintd/root.go#L280
unused-parameter: parameter 'modulesToExport' seems to be unused, consider removing or renaming it as _ (revive)