refactor: major refactor which introduces new practices #21
golangci-lint.yml
on: pull_request
Static analysis
37s
Annotations
5 errors and 1 warning
Static analysis:
internal/users/users.go#L95
Error return value of `logger.Error` is not checked (errcheck)
|
Static analysis:
main.go#L52
Error return value of `logger.Info` is not checked (errcheck)
|
Static analysis:
main.go#L54
Error return value of `logger.Error` is not checked (errcheck)
|
Static analysis:
main.go#L69
Error return value of `logger.Info` is not checked (errcheck)
|
Static analysis
issues found
|
Static analysis
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|