CI Core #77487
Annotations
6 errors
Golang Lint (integration-tests):
integration-tests/fail_test.go#L40
empty-block: this block is empty, you can remove it (revive)
|
Golang Lint (integration-tests):
integration-tests/fail_test.go#L38
constant-logical-expr: left and right hand-side sub-expressions are the same (revive)
|
Golang Lint (integration-tests):
integration-tests/fail_test.go#L43
const `ALL_CAPS` is unused (unused)
|
Golang Lint (integration-tests):
integration-tests/fail_test.go#L42
const `UnusedVar` is unused (unused)
|
Golang Lint (integration-tests):
integration-tests/fail_test.go#L45
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
Golang Lint (integration-tests)
issues found
|
Loading