ci test #140
Annotations
5 errors
fail_test.go#L1
var-naming: don't use an underscore in package name (revive)
|
fail_test.go#L34
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
|
fail_test.go#L33
const `UnusedVar` is unused (unused)
|
fail_test.go#L36
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
|
This job failed
Loading