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