Skip to content

feat: add basic fiber boilerplate #1

feat: add basic fiber boilerplate

feat: add basic fiber boilerplate #1

Triggered via push November 7, 2024 17:21
Status Failure
Total duration 1m 8s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

6 errors
lint: internal/api/server.go#L80
commentedOutCode: may want to remove commented-out code (gocritic)
lint: pkg/goth/zauth/zauth.go#L18
G101: Potential hardcoded credentials (gosec)
lint: pkg/goth/zauth/zauth.go#L92
httpNoBody: http.NoBody should be preferred to the nil request body (gocritic)
lint: pkg/goth/zauth/zauth.go#L102
Error return value of `response.Body.Close` is not checked (errcheck)
lint: pkg/goth/zauth/zauth.go#L158
S1011: should replace loop with `c.Scopes = append(c.Scopes, scopes...)` (gosimple)
lint
issues found