feat(debug): display caught errors in CreateRoomModal UI #103
linter.yml
on: push
backend-linter
17s
frontend-linter
18s
Annotations
10 errors and 6 warnings
|
backend-linter:
server/src/game/rooms/BackgammonRoom.ts#L36
Unsafe assignment of an `any` value
|
|
backend-linter:
server/src/game/rooms/BackgammonRoom.ts#L35
Unsafe member access .createdBy on an `any` value
|
|
backend-linter:
server/src/game/rooms/BackgammonRoom.ts#L35
Unsafe assignment of an `any` value
|
|
backend-linter:
server/src/game/rooms/BackgammonRoom.ts#L31
Unsafe member access .roomName on an `any` value
|
|
backend-linter:
server/src/game/rooms/BackgammonRoom.ts#L31
Unsafe assignment of an `any` value
|
|
backend-linter:
server/src/game/rooms/BackgammonRoom.ts#L26
Unsafe member access .lobbyService on an `any` value
|
|
backend-linter:
server/src/game/rooms/BackgammonRoom.ts#L26
Unsafe assignment of an `any` value
|
|
backend-linter:
server/src/auth/auth.controller.ts#L273
Unsafe member access .user on an `any` value
|
|
backend-linter:
server/src/auth/auth.controller.ts#L273
Unsafe return of a value of type `any`
|
|
backend-linter:
server/src/auth/auth.controller.ts#L272
Async method 'getCurrentUser' has no 'await' expression
|
|
backend-linter
The process '/usr/bin/git' failed with exit code 128
|
|
backend-linter:
server/src/game/rooms/LobbyRoom.ts#L70
Unsafe argument of type `any` assigned to a parameter of type `string`
|
|
backend-linter:
server/src/game/rooms/LobbyRoom.ts#L41
Unsafe argument of type `any` assigned to a parameter of type `string`
|
|
backend-linter:
server/src/game/rooms/LobbyRoom.ts#L36
Unsafe argument of type `any` assigned to a parameter of type `string`
|
|
backend-linter:
server/src/game/rooms/BackgammonRoom.ts#L532
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
|
|
frontend-linter
The process '/usr/bin/git' failed with exit code 128
|