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