This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
WIP: New memberlist + MVVM #28484
static_analysis.yaml
on: pull_request
Typescript Syntax Check
1m 35s
i18n Check
/
check
1m 11s
Rethemendex Check
7s
ESLint
1m 25s
Style Lint
44s
Workflow Lint
41s
Analyse Dead Code
1m 42s
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/
|