Skip to content

build(deps): bump github.com/spf13/viper from 1.15.0 to 1.18.2 #270

build(deps): bump github.com/spf13/viper from 1.15.0 to 1.18.2

build(deps): bump github.com/spf13/viper from 1.15.0 to 1.18.2 #270

Triggered via pull request December 27, 2023 10:40
Status Failure
Total duration 3m 11s
Artifacts

lint.yml

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

Annotations

10 errors and 1 warning
Run golangci-lint: app/ante/eth.go#L86
avd.evmKeeper.GetAccount undefined (type EVMKeeper has no field or method GetAccount) (typecheck)
Run golangci-lint: x/evm/handler.go#L32
previous case (typecheck)
Run golangci-lint: rpc/websockets.go#L42
"github.com/tendermint/tendermint/types" imported as tmtypes and not used (typecheck)
Run golangci-lint: x/evm/vm/interface.go#L21
import 'github.com/ethereum/go-ethereum/common' is not allowed from list 'Main' (depguard)
Run golangci-lint: x/evm/vm/interface.go#L22
import 'github.com/ethereum/go-ethereum/core/vm' is not allowed from list 'Main' (depguard)
Run golangci-lint: x/evm/vm/interface.go#L23
import 'github.com/ethereum/go-ethereum/params' is not allowed from list 'Main' (depguard)
Run golangci-lint: x/evm/vm/interface.go#L24
import 'github.com/holiman/uint256' is not allowed from list 'Main' (depguard)
Run golangci-lint: server/flags/flags.go#L19
import 'github.com/cosmos/cosmos-sdk/client/flags' is not allowed from list 'Main' (depguard)
Run golangci-lint: server/flags/flags.go#L20
import 'github.com/cosmos/cosmos-sdk/crypto/keyring' is not allowed from list 'Main' (depguard)
Run golangci-lint: server/flags/flags.go#L21
import 'github.com/spf13/cobra' is not allowed from list 'Main' (depguard)
Run golangci-lint: tests/importer/chain_ctx.go#L142
unused-parameter: parameter 'header' seems to be unused, consider removing or renaming it as _ (revive)