lint #269
lint.yml
on: pull_request
Run golangci-lint
36s
Run flake8 on python integration tests
11s
Annotations
6 errors and 11 warnings
Run flake8 on python integration tests
Action failed with error: Error: Unable to locate executable file: cachix. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
|
Run golangci-lint:
x/registry/client/testutil/grpc.go#L65
directive `// nolint: all` should be written without leading space as `//nolint: all` (nolintlint)
|
Run golangci-lint:
x/registry/client/testutil/grpc.go#L185
directive `// nolint: all` should be written without leading space as `//nolint: all` (nolintlint)
|
Run golangci-lint:
x/registry/client/testutil/grpc.go#L257
directive `// nolint: all` should be written without leading space as `//nolint: all` (nolintlint)
|
Run golangci-lint:
x/registry/client/testutil/grpc.go#L329
directive `// nolint: all` should be written without leading space as `//nolint: all` (nolintlint)
|
Run golangci-lint
issues found
|
Run flake8 on python integration tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run golangci-lint:
tests/importer/chain_ctx.go#L127
unused-parameter: parameter 'header' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/evm/statedb/statedb.go#L200
unused-parameter: parameter 'hash' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/feemarket/keeper/abci.go#L14
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/feemarket/keeper/abci.go#L40
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
ethereum/eip712/eip712.go#L384
redefines-builtin-id: redefinition of the built-in type any (revive)
|
Run golangci-lint:
x/evm/types/legacy_tx.go#L205
unused-parameter: parameter 'baseFee' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/evm/types/legacy_tx.go#L210
unused-parameter: parameter 'baseFee' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/evm/types/legacy_tx.go#L215
unused-parameter: parameter 'baseFee' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/evm/types/access_list_tx.go#L237
unused-parameter: parameter 'baseFee' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/evm/types/tx_args.go#L138
redefines-builtin-id: redefinition of the built-in type any (revive)
|