Skip to content

feat(game): simplify win/loss notification messages #233

feat(game): simplify win/loss notification messages

feat(game): simplify win/loss notification messages #233

Triggered via push December 1, 2025 17:58
Status Failure
Total duration 24s
Artifacts

linter.yml

on: push
backend-linter
22s
backend-linter
frontend-linter
15s
frontend-linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L186
Unsafe member access .id on an `any` value
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L186
Unsafe assignment of an `any` value
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L147
Unsafe member access .avatar on an `any` value
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L147
Unsafe assignment of an `any` value
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L146
Unsafe member access .username on an `any` value
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L146
Unsafe assignment of an `any` value
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L78
Unsafe member access .message on an `any` value
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L68
Unsafe member access .address on an `any` value
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L64
Unsafe member access .address on an `any` value
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L62
Unsafe assignment of an `any` value
frontend-linter
The process '/usr/bin/git' failed with exit code 128
backend-linter
The process '/usr/bin/git' failed with exit code 128
backend-linter: server/src/game/rooms/LobbyRoom.ts#L39
Unsafe argument of type `any` assigned to a parameter of type `string`
backend-linter: server/src/game/rooms/LobbyRoom.ts#L35
Unsafe argument of type `any` assigned to a parameter of type `Partial<RoomInfo>`
backend-linter: server/src/game/rooms/LobbyRoom.ts#L35
Unsafe argument of type `any` assigned to a parameter of type `string`
backend-linter: server/src/game/rooms/LobbyRoom.ts#L33
Unsafe argument of type `any` assigned to a parameter of type `RoomInfo`
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L870
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L864
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L219
Unsafe argument of type `any` assigned to a parameter of type `string | undefined`
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L99
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L64
Unsafe argument of type `any` assigned to a parameter of type `string`