CI Core #78194
Annotations
10 errors
Golang Lint:
operator_ui/install.go#L80
exitAfterDefer: log.Fatalln will exit, and `defer cancel()` will not run (gocritic)
|
Golang Lint:
core/services/chainlink/cfgtest/cfgtest.go#L78
singleCaseSwitch: should rewrite switch statement to if statement (gocritic)
|
Golang Lint:
core/chains/evm/abi/selector_parser.go#L71
assignOp: replace `parsedType = parsedType + string(rest[0])` with `parsedType += string(rest[0])` (gocritic)
|
Golang Lint:
core/chains/evm/abi/selector_parser.go#L74
assignOp: replace `parsedType = parsedType + string(rest[0])` with `parsedType += string(rest[0])` (gocritic)
|
Golang Lint:
core/chains/evm/abi/selector_parser.go#L80
assignOp: replace `parsedType = parsedType + string(rest[0])` with `parsedType += string(rest[0])` (gocritic)
|
Golang Lint:
core/services/signatures/secp256k1/point.go#L41
captLocal: `P' should not be capitalized (gocritic)
|
Golang Lint:
core/services/signatures/secp256k1/point.go#L46
captLocal: `P' should not be capitalized (gocritic)
|
Golang Lint:
core/services/signatures/secp256k1/point.go#L52
captLocal: `P' should not be capitalized (gocritic)
|
Golang Lint:
core/services/signatures/secp256k1/point.go#L259
elseif: can replace 'else {if cond {}}' with 'else if cond {}' (gocritic)
|
Golang Lint:
core/services/signatures/secp256k1/field_test.go#L53
dupArg: suspicious method call with the same argument and receiver (gocritic)
|
Loading