Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

WIP: New memberlist + MVVM #28484

WIP: New memberlist + MVVM

WIP: New memberlist + MVVM #28484

Triggered via pull request September 2, 2024 18:00
Status Failure
Total duration 1m 52s
Artifacts

static_analysis.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 1 warning
i18n Check / check
Process completed with exit code 1.
ESLint: src/components/structures/RightPanel.tsx#L46
'MemberList' is defined but never used
ESLint: src/components/structures/RightPanel.tsx#L47
'SpaceScopeHeader' is defined but never used
ESLint: src/components/structures/RightPanel.tsx#L198
Unexpected lexical declaration in case block
ESLint: src/view-models/rooms/memberlist/MemberListViewModelNext.ts#L177
Missing accessibility modifier on method definition constructor
ESLint
Process completed with exit code 1.
Typescript Syntax Check: src/components/structures/RightPanel.tsx#L46
'MemberList' is declared but its value is never read.
Typescript Syntax Check: src/components/structures/RightPanel.tsx#L47
'SpaceScopeHeader' is declared but its value is never read.
Typescript Syntax Check: src/components/structures/RightPanel.tsx#L47
Cannot find module '../views/rooms/SpaceScopeHeader' or its corresponding type declarations.
Typescript Syntax Check: src/components/structures/RightPanel.tsx#L161
'onThreePIDInviteClick' is declared but its value is never read.
Typescript Syntax Check: src/components/structures/RightPanel.tsx#L170
'onInviteButtonClick' is declared but its value is never read.
Typescript Syntax Check: src/components/views/rooms/MemberList.tsx#L22
Cannot find module '../../dispatcher/dispatcher' or its corresponding type declarations.
Typescript Syntax Check: src/components/views/rooms/MemberList.tsx#L23
Cannot find module '../../stores/right-panel/RightPanelStorePhases' or its corresponding type declarations.
Typescript Syntax Check: src/components/views/rooms/MemberList.tsx#L24
Cannot find module '../../stores/right-panel/RightPanelStore' or its corresponding type declarations.
Typescript Syntax Check: src/components/views/rooms/MemberList.tsx#L25
Cannot find module '../../contexts/MatrixClientContext' or its corresponding type declarations.
Typescript Syntax Check: src/components/views/rooms/MemberList.tsx#L26
Cannot find module '../views/right_panel/RoomSummaryCard' or its corresponding type declarations.
Analyse Dead Code
Process completed with exit code 1.
i18n Check / check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, tj-actions/changed-files@1c26215f3fbd51eba03bc199e5cbabdfc3584ce3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/