feat: add creator username to room display in lobby #224
linter.yml
on: push
backend-linter
19s
frontend-linter
19s
Annotations
10 errors and 11 warnings
|
backend-linter:
server/src/game/rooms/BackgammonRoom.ts#L183
Unsafe assignment of an `any` value
|
|
backend-linter:
server/src/game/rooms/BackgammonRoom.ts#L144
Unsafe member access .avatar on an `any` value
|
|
backend-linter:
server/src/game/rooms/BackgammonRoom.ts#L144
Unsafe assignment of an `any` value
|
|
backend-linter:
server/src/game/rooms/BackgammonRoom.ts#L143
Unsafe member access .username on an `any` value
|
|
backend-linter:
server/src/game/rooms/BackgammonRoom.ts#L143
Unsafe assignment of an `any` value
|
|
backend-linter:
server/src/game/rooms/BackgammonRoom.ts#L113
Unsafe assignment of an error typed 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
|
|
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#L817
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#L811
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#L216
Unsafe argument of type `any` assigned to a parameter of type `string | undefined`
|
|
backend-linter:
server/src/game/rooms/BackgammonRoom.ts#L97
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`
|
|
frontend-linter
The process '/usr/bin/git' failed with exit code 128
|