Skip to content

Merge branch 'refs/heads/main' into liam.burnand/adding-officerships #9

Merge branch 'refs/heads/main' into liam.burnand/adding-officerships

Merge branch 'refs/heads/main' into liam.burnand/adding-officerships #9

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

Annotations

10 errors and 2 warnings
lint: officership/db.go#L5
File is not `goimports`-ed (goimports)
lint: officership/officership.go#L4
File is not `goimports`-ed (goimports)
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
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)