build(deps): bump golang.org/x/net from 0.6.0 to 0.19.0 #53
lint.yml
on: pull_request
Run golangci-lint
3m 6s
Run markdown-lint
11s
Run flake8 on python integration tests
9s
Check gomod2nix.toml file is up to date
9s
Annotations
12 errors and 14 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.
|
Check gomod2nix.toml file is up to date
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:
types/account.go#L21
import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
types/account.go#L22
import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
types/account.go#L24
import 'github.com/ethereum/go-ethereum/common' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
types/account.go#L25
import 'github.com/ethereum/go-ethereum/crypto' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
types/block.go#L18
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
types/chain_id.go#L24
import 'cosmossdk.io/errors' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
types/codec.go#L19
import 'github.com/cosmos/cosmos-sdk/codec/types' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
types/codec.go#L20
import 'github.com/cosmos/cosmos-sdk/types/tx' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
types/codec.go#L21
import 'github.com/cosmos/cosmos-sdk/x/auth/types' is not allowed from list 'Main' (depguard)
|
Run golangci-lint:
types/coin.go#L21
import 'cosmossdk.io/math' is not allowed from list 'Main' (depguard)
|
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/
|
Check gomod2nix.toml file is up to date
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check gomod2nix.toml file is up to date
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check gomod2nix.toml file is up to date
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run golangci-lint:
tests/importer/chain_ctx.go#L142
unused-parameter: parameter 'header' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
ethereum/eip712/eip712.go#L362
redefines-builtin-id: redefinition of the built-in type any (revive)
|
Run golangci-lint:
x/evm/types/tracer.go#L78
unused-parameter: parameter 'env' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/evm/types/tx_args.go#L153
redefines-builtin-id: redefinition of the built-in type any (revive)
|
Run golangci-lint:
x/evm/types/access_list_tx.go#L252
unused-parameter: parameter 'baseFee' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/evm/types/legacy_tx.go#L220
unused-parameter: parameter 'baseFee' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/evm/types/tracer.go#L79
unused-parameter: parameter 'from' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/evm/types/access_list_tx.go#L257
unused-parameter: parameter 'baseFee' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/evm/types/legacy_tx.go#L225
unused-parameter: parameter 'baseFee' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci-lint:
x/evm/types/tracer.go#L80
unused-parameter: parameter 'to' seems to be unused, consider removing or renaming it as _ (revive)
|