Skip to content

Standardising the editing functions #8

Standardising the editing functions

Standardising the editing functions #8

Triggered via push June 24, 2024 05:40
Status Failure
Total duration 1m 13s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
lint: user/db.go#L41
the given struct should be annotated with the `db` tag (musttag)
lint: user/db.go#L106
the given struct should be annotated with the `db` tag (musttag)
lint: user/db.go#L141
the given struct should be annotated with the `db` tag (musttag)
lint: infrastructure/mail/mail.go#L98
fmt.Errorf can be replaced with errors.New (perfsprint)
lint: user/user.go#L155
fmt.Errorf can be replaced with errors.New (perfsprint)
lint: user/user.go#L158
fmt.Errorf can be replaced with errors.New (perfsprint)
lint: views/changePassword.go#L41
fmt.Sprintf can be replaced with string concatenation (perfsprint)
lint: views/helpers.go#L252
fmt.Sprintf can be replaced with string concatenation (perfsprint)
lint: views/helpers.go#L258
fmt.Sprintf can be replaced with string concatenation (perfsprint)
lint: user/db.go#L126
Rows/Stmt/NamedStmt was not closed (sqlclosecheck)
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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/.
lint: views/api.go#L372
unused-parameter: parameter 'token' seems to be unused, consider removing or renaming it as _ (revive)