Improve makefile and run tests in parallel #177
Annotations
5 errors and 1 warning
build:
internal/db/ordersRepo.go#L67
Error return value is not checked (errcheck)
|
build:
internal/db/ordersRepo.go#L68
Error return value is not checked (errcheck)
|
build:
internal/handlers/ordersHandler_test.go#L187
return both a `nil` error and an invalid value: use a sentinel error instead (nilnil)
|
build:
internal/handlers/ordersHandler_test.go#L199
return both a `nil` error and an invalid value: use a sentinel error instead (nilnil)
|
build
issues found
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/golangci-lint-action@v3.7.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|