This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Add timezone to user profile #28574
static_analysis.yaml
on: pull_request
Typescript Syntax Check
1m 28s
i18n Check
/
check
57s
Rethemendex Check
4s
ESLint
1m 20s
Style Lint
35s
Workflow Lint
24s
Analyse Dead Code
1m 31s
Annotations
10 errors and 1 warning
i18n Check / check
Process completed with exit code 1.
|
ESLint:
src/components/views/right_panel/UserInfo.tsx#L1727
React Hook useEffect has a missing dependency: 'cli'. Either include it or remove the dependency array
|
ESLint
Process completed with exit code 1.
|
Typescript Syntax Check:
src/components/structures/LoggedInView.tsx#L222
Property 'deleteExtendedProfileProperty' does not exist on type 'MatrixClient'.
|
Typescript Syntax Check:
src/components/structures/LoggedInView.tsx#L233
Property 'setExtendedProfileProperty' does not exist on type 'MatrixClient'.
|
Typescript Syntax Check:
src/components/views/right_panel/UserInfo.tsx#L1709
Property 'getExtendedProfileProperty' does not exist on type 'MatrixClient'.
|
Typescript Syntax Check:
src/components/views/right_panel/UserInfo.tsx#L1709
Parameter 'value' implicitly has an 'any' type.
|
Typescript Syntax Check:
src/components/views/right_panel/UserInfo.tsx#L1724
Parameter 'ex' implicitly has an 'any' type.
|
Typescript Syntax Check:
src/components/views/settings/UserPersonalInfoSettings.tsx#L135
Argument of type '"settings|general|timezone"' is not assignable to parameter of type '"a11y_jump_first_unread_room" | "cannot_invite_without_identity_server" | "cannot_reach_homeserver" | "cannot_reach_homeserver_detail" | "cant_load_page" | "chat_card_back_action_label" | ... 3459 more ... | "zxcvbn|warnings|wordByItself"'.
|
Typescript Syntax Check
Process completed with exit code 2.
|
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/
|