Skip to content

W4 tests

W4 tests #40

Triggered via pull request November 18, 2023 13:16
@aywanaywan
synchronize #7
w4-tests
Status Success
Total duration 57s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

go.yaml

on: pull_request
Matrix: build-and-test
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 20 warnings
lint (auth-server): auth-server/internal/model/user_fixture.go#L16
composites: database/sql.NullTime struct literal uses unkeyed fields (govet)
lint (auth-server): auth-server/internal/api/user/impl_test.go#L73
composites: database/sql.NullString struct literal uses unkeyed fields (govet)
lint (auth-server): auth-server/internal/api/user/impl_test.go#L74
composites: database/sql.NullString struct literal uses unkeyed fields (govet)
lint (auth-server): auth-server/internal/service/user/service_test.go#L87
composites: database/sql.NullString struct literal uses unkeyed fields (govet)
lint (auth-server): auth-server/internal/service/user/service_test.go#L90
composites: database/sql.NullInt32 struct literal uses unkeyed fields (govet)
lint (chat-server): chat-server/internal/api/chat/api_test.go#L92
composites: database/sql.NullInt64 struct literal uses unkeyed fields (govet)
lint (chat-server): chat-server/internal/service/chat/chat_test.go#L107
composites: database/sql.NullInt64 struct literal uses unkeyed fields (govet)
lint (chat-server): chat-server/internal/service/chat/chat_test.go#L141
composites: database/sql.NullInt64 struct literal uses unkeyed fields (govet)
lint (auth-server): auth-server/internal/repository/user/dto/update.go#L7
exported: exported type UpdateDTO should have comment or be unexported (revive)
lint (auth-server): auth-server/internal/model/audit.go#L3
exported: exported type AuditReference should have comment or be unexported (revive)
lint (auth-server): auth-server/internal/model/audit.go#L5
exported: exported type AuditAction should have comment or be unexported (revive)
lint (auth-server): auth-server/internal/model/user.go#L8
exported: exported type User should have comment or be unexported (revive)
lint (auth-server): auth-server/internal/model/user_fixture.go#L10
exported: exported function FixtureUserWithFaker should have comment or be unexported (revive)
lint (auth-server): auth-server/internal/model/user.go#L16
exported: exported type UserData should have comment or be unexported (revive)
lint (auth-server): auth-server/internal/service/user_service.go#L10
exported: exported type User should have comment or be unexported (revive)
lint (auth-server): auth-server/internal/service/user_service.go#L11
var-naming: interface method parameter userId should be userID (revive)
lint (auth-server): auth-server/internal/service/user_service.go#L13
var-naming: interface method parameter userId should be userID (revive)
lint (auth-server): auth-server/internal/service/user_service.go#L14
var-naming: interface method parameter userId should be userID (revive)
lint (chat-server): chat-server/internal/model/MessageType.go#L3
exported: exported type MessageType should have comment or be unexported (revive)
lint (chat-server): chat-server/internal/model/MessageType.go#L6
exported: exported const MsgTypeUndefined should have comment (or a comment on this block) or be unexported (revive)
lint (chat-server): chat-server/internal/model/Message.go#L8
exported: exported type Message should have comment or be unexported (revive)
lint (chat-server): chat-server/internal/model/Message.go#L16
exported: exported type MessageList should have comment or be unexported (revive)
lint (chat-server): chat-server/internal/service/chat/dto/send_message_dto.go#L3
exported: exported type SendMessageDTO should have comment or be unexported (revive)
lint (chat-server): chat-server/internal/service/chat/dto/get_messages_dto.go#L3
exported: exported type GetMessagesDTO should have comment or be unexported (revive)
lint (chat-server): chat-server/internal/service/chat/dto/get_messages_result_dto.go#L7
exported: exported type MessagesResultDTO should have comment or be unexported (revive)
lint (chat-server): chat-server/internal/service/chat/dto/new_chat_dto.go#L3
exported: exported type NewChatDTO should have comment or be unexported (revive)
lint (chat-server): chat-server/internal/service/chat/dto/get_messages_result_dto.go#L10
var-naming: struct field NextId should be NextID (revive)
lint (chat-server): chat-server/internal/service/chat/dto/get_messages_dto.go#L6
var-naming: struct field AfterMessageId should be AfterMessageID (revive)