This repository has been archived by the owner on May 13, 2024. It is now read-only.
sdk0.47 update #10
lint.yml
on: pull_request
Run golangci-lint
4m 26s
Run markdown-lint
22s
Run flake8 on python integration tests
45s
Check gomod2nix.toml file is up to date
1m 9s
Annotations
12 errors and 9 warnings
Run flake8 on python integration tests:
tests/integration_tests/test_websockets.py#L26
./tests/integration_tests/test_websockets.py:26:22: F821 undefined name 'defaultdict'
|
Run flake8 on python integration tests:
tests/integration_tests/test_websockets.py#L26
./tests/integration_tests/test_websockets.py:26:34: F821 undefined name 'asyncio'
|
Run flake8 on python integration tests:
tests/integration_tests/test_websockets.py#L27
./tests/integration_tests/test_websockets.py:27:22: F821 undefined name 'defaultdict'
|
Run flake8 on python integration tests:
tests/integration_tests/test_websockets.py#L27
./tests/integration_tests/test_websockets.py:27:34: F821 undefined name 'asyncio'
|
Run flake8 on python integration tests:
tests/integration_tests/test_websockets.py#L31
./tests/integration_tests/test_websockets.py:31:19: F821 undefined name 'json'
|
Run flake8 on python integration tests:
tests/integration_tests/test_websockets.py#L43
./tests/integration_tests/test_websockets.py:43:13: F821 undefined name 'json'
|
Run flake8 on python integration tests:
tests/integration_tests/test_websockets.py#L54
./tests/integration_tests/test_websockets.py:54:12: F821 undefined name 'asyncio'
|
Run flake8 on python integration tests:
tests/integration_tests/test_websockets.py#L59
./tests/integration_tests/test_websockets.py:59:17: F821 undefined name 'asyncio'
|
Run flake8 on python integration tests:
tests/integration_tests/test_websockets.py#L61
./tests/integration_tests/test_websockets.py:61:19: F821 undefined name 'asyncio'
|
Run flake8 on python integration tests:
tests/integration_tests/test_websockets.py#L65
./tests/integration_tests/test_websockets.py:65:20: F821 undefined name 'asyncio'
|
Check gomod2nix.toml file is up to date
Process completed with exit code 1.
|
Run golangci-lint
issues found
|
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:
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#L81
unused-parameter: parameter 'plan' seems to be unused, consider removing or renaming it as _ (revive)
|