CI Core #76100
Annotations
6 errors
Golang Lint (ccip):
ccip/fail_test.go#L33
dupSubExpr: suspicious identical LHS and RHS for `&&` operator (gocritic)
|
Golang Lint (ccip):
ccip/fail_test.go#L38
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
|
Golang Lint (ccip):
ccip/fail_test.go#L35
empty-block: this block is empty, you can remove it (revive)
|
Golang Lint (ccip):
ccip/fail_test.go#L37
const `UnusedVar` is unused (unused)
|
Golang Lint (ccip):
ccip/fail_test.go#L40
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
Golang Lint (ccip)
issues found
|
Loading