build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.32.0 #124
lint.yml
on: pull_request
Run golangci-lint
3m 40s
Run markdown-lint
19s
Annotations
10 errors and 9 warnings
Run golangci-lint:
app/ante/cosmos/authz_test.go#L1
: # github.com/evmos/evmos/v13/app/ante/cosmos_test [github.com/evmos/evmos/v13/app/ante/cosmos.test]
|
Run golangci-lint:
app/ante/cosmos/fees_test.go#L272
not enough arguments in call to cosmosante.NewDeductFeeDecorator
|
Run golangci-lint:
app/ante/cosmos/utils_test.go#L134
not enough arguments in call to cosmosante.NewDeductFeeDecorator
|
Run golangci-lint:
app/ante/evm/ante_test.go#L1
: # github.com/evmos/evmos/v13/app/ante/evm_test [github.com/evmos/evmos/v13/app/ante/evm.test]
|
Run golangci-lint:
app/ante/evm/eth_benchmark_test.go#L24
not enough arguments in call to ethante.NewEthGasConsumeDecorator
|
Run golangci-lint:
app/ante/evm/eth_test.go#L183
not enough arguments in call to ethante.NewEthGasConsumeDecorator
|
Run golangci-lint:
x/evm/genesis_test.go#L1
: # github.com/evmos/evmos/v13/x/evm_test [github.com/evmos/evmos/v13/x/evm.test]
|
Run golangci-lint:
x/evm/handler_test.go#L684
not enough arguments in call to k.DeductTxCostsFromUserBalance
|
Run golangci-lint:
x/evm/keeper/abci_test.go#L1
: # github.com/evmos/evmos/v13/x/evm/keeper_test [github.com/evmos/evmos/v13/x/evm/keeper.test]
|
Run golangci-lint:
x/evm/keeper/fees_test.go#L530
not enough arguments in call to suite.app.EvmKeeper.DeductTxCostsFromUserBalance
|
Run golangci-lint
Restore cache failed: Dependencies file is not found in /home/runner/work/tenet-evmos/tenet-evmos. Supported file pattern: go.sum
|
Run golangci-lint:
x/evm/keeper/precompiles.go#L21
unused-parameter: parameter 'stakingKeeper' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/evm/keeper/precompiles.go#L22
unused-parameter: parameter 'distributionKeeper' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/evm/keeper/precompiles.go#L23
unused-parameter: parameter 'authzKeeper' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/evm/keeper/precompiles.go#L24
unused-parameter: parameter 'transferKeeper' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/evm/keeper/precompiles.go#L25
unused-parameter: parameter 'channelKeeper' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
tests/integration/ledger/ledger_test.go#L26
dot-imports: should not use dot imports (revive)
|
Run golangci-lint:
tests/integration/ledger/evmosd_suite_test.go#L39
dot-imports: should not use dot imports (revive)
|
Run golangci-lint:
tests/integration/ledger/evmosd_suite_test.go#L40
dot-imports: should not use dot imports (revive)
|