Skip to content

fix(client): add missing state for opponent left modal #218

fix(client): add missing state for opponent left modal

fix(client): add missing state for opponent left modal #218

Triggered via push December 1, 2025 14:19
Status Failure
Total duration 25s
Artifacts

linter.yml

on: push
backend-linter
21s
backend-linter
frontend-linter
16s
frontend-linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 9 warnings
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L177
'consented' is defined but never used. Allowed unused args must match /^_/u
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L177
Async method 'onLeave' has no 'await' expression
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L141
Unsafe member access .avatar on an `any` value
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L141
Unsafe assignment of an `any` value
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L140
Unsafe member access .username on an `any` value
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L140
Unsafe assignment of an `any` value
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L76
Unsafe member access .message on an `any` value
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L66
Unsafe member access .address on an `any` value
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L62
Unsafe member access .address on an `any` value
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L60
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#L38
Unsafe argument of type `any` assigned to a parameter of type `string`
backend-linter: server/src/game/rooms/LobbyRoom.ts#L34
Unsafe argument of type `any` assigned to a parameter of type `Partial<RoomInfo>`
backend-linter: server/src/game/rooms/LobbyRoom.ts#L34
Unsafe argument of type `any` assigned to a parameter of type `string`
backend-linter: server/src/game/rooms/LobbyRoom.ts#L32
Unsafe argument of type `any` assigned to a parameter of type `RoomInfo`
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L774
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#L768
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#L62
Unsafe argument of type `any` assigned to a parameter of type `string`