Skip to content

feat: add passage error class #478

feat: add passage error class

feat: add passage error class #478

Triggered via pull request November 22, 2024 18:12
Status Failure
Total duration 1m 32s
Artifacts

on-pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Lint: app_user.go#L22
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
Lint: app_user.go#L23
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
Lint: app_user.go#L24
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
Lint: app_user.go#L37
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
Lint: app_user.go#L38
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
Lint: app_user.go#L39
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
Lint: app_user.go#L52
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
Lint: app_user.go#L53
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
Lint: app_user.go#L54
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
Lint: app_user.go#L67
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
Test
Process completed with exit code 1.