CI Core #74930
Annotations
10 errors
Golang Lint:
core/chains/evm/txm/storage/inmemory_store_test.go#L156
G115: integer overflow conversion int -> uint64 (gosec)
|
Golang Lint:
core/chains/evm/txm/storage/inmemory_store_test.go#L163
G115: integer overflow conversion int -> uint64 (gosec)
|
Golang Lint:
core/chains/evm/txm/storage/inmemory_store_test.go#L231
G115: integer overflow conversion int -> uint64 (gosec)
|
Golang Lint:
core/chains/evm/txmgr/builder.go#L135
G115: integer overflow conversion uint64 -> uint16 (gosec)
|
Golang Lint:
core/chains/evm/config/toml/config.go#L480
var-naming: struct field CustomUrl should be CustomURL (revive)
|
Golang Lint:
core/chains/evm/config/chain_scoped_txmv2.go#L23
var-naming: method CustomUrl should be CustomURL (revive)
|
Golang Lint:
core/chains/evm/txm/types/transaction.go#L71
redefines-builtin-id: redefinition of the built-in function copy (revive)
|
Golang Lint:
core/chains/evm/txm/types/transaction.go#L105
redefines-builtin-id: redefinition of the built-in function copy (revive)
|
Golang Lint:
core/chains/evm/txm/clientwrappers/dual_broadcast_client.go#L77
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
|
Golang Lint:
core/chains/evm/txm/clientwrappers/dual_broadcast_client.go#L29
var-naming: struct field customUrl should be customURL (revive)
|
Loading