Skip to content

RLS - Draft Implementation #15566

RLS - Draft Implementation

RLS - Draft Implementation #15566

Triggered via pull request February 21, 2025 10:01
Status Failure
Total duration 2m 1s
Artifacts

static_analysis.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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.