Skip to content

style(client): Update board highlight colors to Neon Cyan and Gold #187

style(client): Update board highlight colors to Neon Cyan and Gold

style(client): Update board highlight colors to Neon Cyan and Gold #187

Triggered via push November 30, 2025 13:39
Status Failure
Total duration 25s
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 8 warnings
backend-linter
Process completed with exit code 1.
backend-linter: server/src/game/rooms/LobbyRoom.ts#L37
Unsafe member access .roomId on an `any` value
backend-linter: server/src/game/rooms/LobbyRoom.ts#L36
Unsafe assignment of an `any` value
backend-linter: server/src/game/rooms/LobbyRoom.ts#L34
Unsafe member access .roomId on an `any` value
backend-linter: server/src/game/rooms/LobbyRoom.ts#L29
Unsafe assignment of an `any` value
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L632
'opponent' is assigned a value but never used. Allowed unused vars must match /^_/u
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L503
Unsafe assignment of an error typed value
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L307
'opponent' is assigned a value but never used. Allowed unused vars must match /^_/u
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L152
'consented' is defined but never used. Allowed unused args must match /^_/u
backend-linter: server/src/game/rooms/BackgammonRoom.ts#L152
Async method 'onLeave' has no 'await' expression
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#L692
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#L686
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