Fixed tests #25
Annotations
7 errors
foundation/docker/docker.go#L36
Error return value is not checked (errcheck)
|
foundation/database/dbtest/dbtest.go#L41
Error return value of `docker.StopContainer` is not checked (errcheck)
|
foundation/database/dbtest/dbtest.go#L133
Error return value of `log.Sync` is not checked (errcheck)
|
cmd/runner/main.go#L34
Error return value of `log.Sync` is not checked (errcheck)
|
cmd/runner/main.go#L38
Error return value of `log.Sync` is not checked (errcheck)
|
cmd/runner/main.go#L173
S1000: should use a simple channel send/receive instead of `select` with a single case (gosimple)
|
|
This job failed
Loading