Skip to content

Fix/swagger gen script #25

Fix/swagger gen script

Fix/swagger gen script #25

Triggered via pull request May 23, 2024 03:14
Status Failure
Total duration 4m 10s
Artifacts

lint.yml

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

Annotations

10 errors and 12 warnings
Run golangci-lint: x/feemarket/keeper/eip1559.go#L90
commentFormatting: put a space between `//` and comment text (gocritic)
Run golangci-lint: x/feemarket/types/expected_keepers.go#L3
File is not `gofumpt`-ed (gofumpt)
Run golangci-lint: x/feemarket/types/expected_keepers.go#L5
File is not `gofumpt`-ed (gofumpt)
Run golangci-lint: x/feemarket/types/params.go#L114
File is not `gofumpt`-ed (gofumpt)
Run golangci-lint: x/feemarket/types/params.go#L257
File is not `gofumpt`-ed (gofumpt)
Run golangci-lint: crypto/ethsecp256k1/ethsecp256k1.go#L262
File is not `gofumpt`-ed (gofumpt)
Run golangci-lint: x/evm/keeper/params.go#L19
File is not `gofumpt`-ed (gofumpt)
Run golangci-lint: x/evm/keeper/statedb.go#L19
File is not `gofumpt`-ed (gofumpt)
Run golangci-lint: x/evm/keeper/statedb.go#L22
File is not `gofumpt`-ed (gofumpt)
Run golangci-lint: rpc/backend/call_tx.go#L22
File is not `gofumpt`-ed (gofumpt)
Run markdown-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, technote-space/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run flake8 on python integration tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, cachix/cachix-action@v12, technote-space/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check gomod2nix.toml file is up to date
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, cachix/cachix-action@v12, technote-space/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, actions/checkout@v3, technote-space/[email protected], golangci/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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: crypto/ethsecp256k1/ethsecp256k1.go#L242
var-naming: var typedDataJson should be typedDataJSON (revive)
Run golangci-lint: crypto/ethsecp256k1/ethsecp256k1.go#L259
var-naming: var typedDataLegacyJson should be typedDataLegacyJSON (revive)
Run golangci-lint: x/evm/keeper/keeper.go#L40
var-naming: var EvmChainId should be EvmChainID (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: rpc/websockets.go#L131
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)