Annotations
7 errors and 1 warning
build:
storage/session.go#L50
Error return value of `s.Delete` is not checked (errcheck)
|
build:
handlers/api/client.go#L28
Error return value of `c.Logout` is not checked (errcheck)
|
build:
handlers/web/auth.go#L21
field `client` is unused (unused)
|
build:
handlers/web/email.go#L90
ineffectual assignment to err (ineffassign)
|
build:
utils/cache.go#L6
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
build:
main.go#L68
SA1019: strings.Title has been deprecated since Go 1.18 and an alternative has been available since Go 1.0: The rule Title uses for word boundaries does not handle Unicode punctuation properly. Use golang.org/x/text/cases instead. (staticcheck)
|
build
issues found
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|