ci-commit.yml
on: push
lint
/
...
/
Check Proto
1m 22s
lint
/
golangci-lint
1m 32s
Annotations
11 errors and 2 warnings
lint / proto-lint / Check Proto
Process completed with exit code 2.
|
lint / golangci-lint:
x/evmutil/types/address.go#L60
addr.Hex undefined (type InternalEVMAddress has no field or method Hex) (typecheck)
|
lint / golangci-lint:
x/evmutil/types/msg.go#L105
initiator.String undefined (type InternalEVMAddress has no field or method String) (typecheck)
|
lint / golangci-lint:
x/evmutil/types/msg.go#L107
contractAddr.String undefined (type InternalEVMAddress has no field or method String) (typecheck)
|
lint / golangci-lint:
x/evmutil/types/msg.go#L236
sender0x.Bytes undefined (type InternalEVMAddress has no field or method Bytes) (typecheck)
|
lint / golangci-lint:
cmd/0gchaind/root.go#L36
`opendb` redeclared in this block (typecheck)
|
lint / golangci-lint:
cmd/0gchaind/root.go#L34
other declaration of opendb (typecheck)
|
lint / golangci-lint:
cmd/0gchaind/main.go#L4
"os" imported and not used (typecheck)
|
lint / golangci-lint:
tests/util/addresses.go#L20
undefined: bip39 (typecheck)
|
lint / golangci-lint:
tests/util/addresses.go#L24
undefined: bip39 (typecheck)
|
lint / golangci-lint:
tests/util/evmsigner.go#L147
undefined: ethereum (typecheck)
|
lint / proto-lint / Check Proto
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint / golangci-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|