Skip to content

Gofumpt files now that it works. #31

Gofumpt files now that it works.

Gofumpt files now that it works. #31

Triggered via push February 14, 2024 20:06
Status Failure
Total duration 57s
Artifacts

lint.yml

on: push
Lint and static code analysis
48s
Lint and static code analysis
Fit to window
Zoom out
Zoom in

Annotations

1 error and 8 warnings
Lint and static code analysis
issues found
Lint and static code analysis
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, 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 and static code analysis: cmd/webserver/routes/user/delete_test.go#L138
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
Lint and static code analysis: cmd/webserver/routes/user/delete_test.go#L142
unused-parameter: parameter 'c' seems to be unused, consider removing or renaming it as _ (revive)
Lint and static code analysis: cmd/webserver/routes/user/get_test.go#L148
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
Lint and static code analysis: cmd/webserver/routes/user/get_test.go#L264
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
Lint and static code analysis: cmd/webserver/routes/user/get_test.go#L270
unused-parameter: parameter 'c' seems to be unused, consider removing or renaming it as _ (revive)
Lint and static code analysis: cmd/webserver/routes/user/post_test.go#L133
unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _ (revive)
Lint and static code analysis: cmd/webserver/routes/user/post_test.go#L137
unused-parameter: parameter 'c' seems to be unused, consider removing or renaming it as _ (revive)