Skip to content

Missed commit

Missed commit #35

Triggered via push September 24, 2024 09:07
Status Failure
Total duration 1m 12s
Billable time 3m
Artifacts

go.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: internal/service/user/service.go#L14
exported: exported function NewService should have comment or be unexported (revive)
lint: internal/service/user/service.go#L20
exported: exported function NewMockService should have comment or be unexported (revive)
lint: internal/model/user.go#L8
exported: exported type User should have comment or be unexported (revive)
lint: internal/model/user.go#L15
exported: exported type UserInfo should have comment or be unexported (revive)
lint: internal/service/service.go#L9
exported: exported type UserService should have comment or be unexported (revive)
lint: internal/client/db/prettier/query_prettier.go#L10
exported: exported const PlaceholderDollar should have comment (or a comment on this block) or be unexported (revive)
lint: internal/client/db/prettier/query_prettier.go#L14
exported: exported function Pretty should have comment or be unexported (revive)
lint: internal/repository/repository.go#L9
exported: exported type UserRepository should have comment or be unexported (revive)
lint: internal/repository/user/entity/user.go#L8
exported: exported type User should have comment or be unexported (revive)
lint: internal/repository/user/entity/user.go#L15
exported: exported type UserInfo should have comment or be unexported (revive)