Skip to content

Fixes clientError method typo #17

Fixes clientError method typo

Fixes clientError method typo #17

Triggered via push December 16, 2023 22:31
Status Failure
Total duration 51s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
audit: cmd/web/handlers.go#L126
don't use ALL_CAPS in Go names; use CamelCase
audit: cmd/web/handlers.go#L280
don't use ALL_CAPS in Go names; use CamelCase
audit: internal/assert/assert.go#L8
exported function Equal should have comment or be unexported
audit: internal/assert/assert.go#L16
exported function StringContains should have comment or be unexported
audit: internal/assert/assert.go#L24
exported function NilError should have comment or be unexported
audit: internal/models/errors.go#L5
exported var ErrNoRecord should have comment or be unexported
audit: internal/models/errors.go#L6
exported var ErrInvalidCredentials should have comment or be unexported
audit: internal/models/errors.go#L7
exported var ErrDuplicateEmail should have comment or be unexported
audit: internal/models/errors.go#L8
exported var ErrSamePassword should have comment or be unexported
audit: internal/models/snippets.go#L9
exported type SnippetModelInterface should have comment or be unexported
audit
Process completed with exit code 1.
audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/