CI Core #78211
Annotations
10 errors
Golang Lint:
core/services/ocr2/plugins/ccip/tokendata/bgworker.go#L122
fmt.Errorf can be replaced with errors.New (perfsprint)
|
Golang Lint:
core/services/chainlink/mocks/relayer_chain_interoperators.go#L55
Consider pre-allocating `relayers` (prealloc)
|
Golang Lint:
core/chains/legacyevm/chain_test.go#L29
require-error: for error assertions use require (testifylint)
|
Golang Lint:
core/services/vrf/vrftesthelpers/helpers.go#L184
Consider pre-allocating `oracleTransactors` (prealloc)
|
Golang Lint:
core/services/vrf/vrftesthelpers/consumer_v2.go#L150
var-naming: method SSubId should be SSubID (revive)
|
Golang Lint:
core/services/vrf/vrftesthelpers/consumer_v2.go#L184
var-naming: method SRequestId should be SRequestID (revive)
|
Golang Lint:
core/chains/evm/logpoller/log_poller.go#L715
ifElseChain: rewrite if-else to switch statement (gocritic)
|
Golang Lint:
core/chains/evm/logpoller/parser.go#L483
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
|
Golang Lint:
core/chains/evm/logpoller/parser.go#L500
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
|
Golang Lint:
core/chains/evm/logpoller/parser.go#L524
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
|
Loading