Skip to content

Add email resetting #1495

Add email resetting

Add email resetting #1495

Triggered via pull request November 13, 2024 21:04
Status Failure
Total duration 1m 6s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: pkg/user/activation.go#L116
Error return value of `activation.SetData` is not checked (errcheck)
lint: pkg/user/activation.go#L256
Error return value of `activation.SetData` is not checked (errcheck)
lint: pkg/user/email.go#L48
Error return value of `activation.SetData` is not checked (errcheck)
lint: pkg/user/email.go#L150
Error return value of `htmlTemplates.Execute` is not checked (errcheck)
lint: pkg/user/email.go#L160
Error return value of `textTemplate.Execute` is not checked (errcheck)
lint: pkg/email/email.go#L57
errorf: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (revive)
lint: pkg/email/email.go#L61
errorf: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (revive)
lint: pkg/email/email.go#L71
errorf: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (revive)
lint: pkg/user/email.go#L123
var-naming: func sendHtmlEmail should be sendHTMLEmail (revive)
lint: pkg/models/translate.go#L86
redefines-builtin-id: redefinition of the built-in function new (revive)