CI Core #10561
Annotations
5 errors
Golang Lint:
core/chains/evm/gas/fee_history_estimator.go#L255
var-declaration: should drop = 0 from declaration of var nonZeroRewardsLen; it is the zero value (revive)
|
Golang Lint:
core/chains/evm/gas/fee_history_estimator.go#L266
increment-decrement: should replace nonZeroRewardsLen += 1 with nonZeroRewardsLen++ (revive)
|
Golang Lint:
core/chains/evm/gas/rollups/op_l1_oracle.go#L53
field `tokenRatioCalldata` is unused (unused)
|
Golang Lint:
core/services/ocr/contract_tracker.go#L396
missing cases in switch of type chaintype.ChainType: chaintype.ChainMantle (exhaustive)
|
Golang Lint
issues found
|
Loading