Skip to content

Updated deps

Updated deps #33

Triggered via push September 24, 2024 08:49
Status Failure
Total duration 1m 3s
Billable time 2m
Artifacts

go.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
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/mapper/user.go#L8
exported: exported function ToUserFromEntity should have comment or be unexported (revive)
lint: internal/repository/user/mapper/user.go#L17
exported: exported function ToUserInfoFromEntity should have comment or be unexported (revive)
lint: internal/api/user/get.go#L11
exported: comment on exported method Implementation.Get should be of the form "Get ..." (revive)
lint: internal/api/user/service.go#L8
exported: comment on exported type Implementation should be of the form "Implementation ..." (with optional leading article) (revive)
lint: internal/client/db/pg/pg.go#L19
exported: exported const TxKey should have comment (or a comment on this block) or be unexported (revive)
lint: internal/client/db/pg/pg.go#L26
exported: exported function NewDB should have comment or be unexported (revive)
lint: internal/client/db/pg/pg.go#L99
exported: exported function MakeContextTx should have comment or be unexported (revive)