CI Core #76513
Annotations
8 errors
Golang Lint:
core/capabilities/ccip/ccipevm/commitcodecv2_test.go#L46
commentFormatting: put a space between `//` and comment text (gocritic)
|
Golang Lint:
core/capabilities/ccip/ccipevm/execcodecv2.go#L44
fmt.Errorf can be replaced with errors.New (perfsprint)
|
Golang Lint:
core/capabilities/ccip/ccipevm/execcodecv2_test.go#L72
SA1019: backends.NewSimulatedBackend is deprecated: please use simulated.Backend from package github.com/ethereum/go-ethereum/ethclient/simulated instead. (staticcheck)
|
Golang Lint:
core/capabilities/ccip/ccipevm/execcodecv2.go#L49
SA4010: this result of append is never used, except maybe in other appends (staticcheck)
|
Golang Lint:
core/capabilities/ccip/ccipevm/execcodecv2_test.go#L90
require-error: for error assertions use require (testifylint)
|
Golang Lint:
core/capabilities/ccip/ccipevm/execcodecv2_test.go#L108
require-error: for error assertions use require (testifylint)
|
Golang Lint:
core/capabilities/ccip/ccipevm/execcodecv2_test.go#L119
require-error: for error assertions use require (testifylint)
|
Golang Lint
issues found
|
Loading