RLS - Draft Implementation #15566
static_analysis.yaml
on: pull_request
Typescript Syntax Check
1m 40s
i18n Check
/
check
1m 28s
Rethemendex Check
7s
ESLint
1m 51s
Style Lint
1m 2s
Workflow Lint
57s
Analyse Dead Code
43s
Annotations
8 errors
Analyse Dead Code
Process completed with exit code 1.
|
Typescript Syntax Check:
src/stores/room-list-v3/RoomSkipList.ts#L71
'newNode' is declared but its value is never read.
|
Typescript Syntax Check:
src/stores/room-list-v3/RoomSkipList.ts#L85
'nextNode' is possibly 'undefined'.
|
Typescript Syntax Check
Process completed with exit code 2.
|
ESLint:
src/stores/room-list-v3/RoomSkipList.ts#L71
'newNode' is assigned a value but never used
|
ESLint:
src/stores/room-list-v3/RoomSkipList.ts#L84
'nextNode' is never reassigned. Use 'const' instead
|
ESLint:
src/stores/room-list-v3/RoomSkipList.ts#L85
Empty block statement
|
ESLint
Process completed with exit code 1.
|