Skip to content

Fixed tests

Fixed tests #25

Triggered via push July 31, 2024 20:50
Status Failure
Total duration 49s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

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