Fix room id handling #256
linter.yml
on: push
backend-linter
23s
frontend-linter
16s
Annotations
10 errors and 12 warnings
|
backend-linter:
server/src/game/rooms/BackgammonRoom.ts#L193
Unsafe member access .id on an `any` value
|
|
backend-linter:
server/src/game/rooms/BackgammonRoom.ts#L193
Unsafe assignment of an `any` value
|
|
backend-linter:
server/src/game/rooms/BackgammonRoom.ts#L154
Unsafe member access .avatar on an `any` value
|
|
backend-linter:
server/src/game/rooms/BackgammonRoom.ts#L154
Unsafe assignment of an `any` value
|
|
backend-linter:
server/src/game/rooms/BackgammonRoom.ts#L153
Unsafe member access .username on an `any` value
|
|
backend-linter:
server/src/game/rooms/BackgammonRoom.ts#L153
Unsafe assignment of an `any` value
|
|
backend-linter:
server/src/game/rooms/BackgammonRoom.ts#L83
Unsafe member access .message on an `any` value
|
|
backend-linter:
server/src/game/rooms/BackgammonRoom.ts#L73
Unsafe member access .address on an `any` value
|
|
backend-linter:
server/src/game/rooms/BackgammonRoom.ts#L69
Unsafe member access .address on an `any` value
|
|
backend-linter:
server/src/game/rooms/BackgammonRoom.ts#L67
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#L1054
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#L1048
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#L520
Unsafe argument of type `any` assigned to a parameter of type `string`
|
|
backend-linter:
server/src/game/rooms/BackgammonRoom.ts#L226
Unsafe argument of type `any` assigned to a parameter of type `string | undefined`
|
|
backend-linter:
server/src/game/rooms/BackgammonRoom.ts#L104
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#L69
Unsafe argument of type `any` assigned to a parameter of type `string`
|