Upgrade v3.101.0 #20
static_analysis.yaml
on: pull_request
Typescript Syntax Check
1m 57s
i18n Check
/
check
36s
Rethemendex Check
6s
ESLint
1m 42s
Style Lint
52s
Workflow Lint
50s
Analyse Dead Code
2m 8s
Annotations
21 errors and 1 warning
i18n Check / check
Process completed with exit code 1.
|
ESLint:
src/components/structures/UserMenu.tsx#L280
Missing return type on function
|
ESLint:
src/components/structures/auth/ForgotPassword.tsx#L146
Missing return type on function
|
ESLint:
src/components/structures/auth/ForgotPassword.tsx#L375
There should be no space after '{'
|
ESLint:
src/components/structures/auth/Login.tsx#L35
'ServerPicker' is defined but never used
|
ESLint:
src/components/structures/auth/Login.tsx#L169
Missing accessibility modifier on class property tchap_setServerInMemory
|
ESLint:
src/components/structures/auth/Login.tsx#L169
Class Method name `tchap_setServerInMemory` must match one of the following formats: camelCase
|
ESLint:
src/components/structures/auth/Login.tsx#L169
Missing return type on function
|
ESLint:
src/components/structures/auth/Registration.tsx#L57
There should be no empty line within import group
|
ESLint:
src/components/structures/auth/SetupEncryptionBody.tsx#L31
There should be at least one empty line between import groups
|
ESLint:
src/components/structures/auth/SetupEncryptionBody.tsx#L31
'defaultDispatcher' is defined but never used
|
Typescript Syntax Check:
src/IdentityAuthClient.tsx#L32
Cannot find module '../../../src/tchap/util/TchapUIFeature' or its corresponding type declarations.
|
Typescript Syntax Check:
src/Terms.ts#L27
Cannot find module '../../../src/tchap/util/TchapUIFeature' or its corresponding type declarations.
|
Typescript Syntax Check:
src/async-components/views/dialogs/security/CreateSecretStorageDialog.tsx#L322
'onDownloadClick' is declared but its value is never read.
|
Typescript Syntax Check:
src/async-components/views/dialogs/security/CreateSecretStorageDialog.tsx#L774
Argument of type '"I wrote down my code"' 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" | ... 3424 more ... | "zxcvbn|warnings|wordByItself"'.
|
Typescript Syntax Check:
src/async-components/views/dialogs/security/CreateSecretStorageDialog.tsx#L800
Argument of type '"This is your recovery key"' 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" | ... 3424 more ... | "zxcvbn|warnings|wordByItself"'.
|
Typescript Syntax Check:
src/async-components/views/dialogs/security/CreateSecretStorageDialog.tsx#L801
Argument of type '"Warning: this is the only time this code will be displayed!"' 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" | ... 3424 more ... | "zxcvbn|warnings|wordByItself"'.
|
Typescript Syntax Check:
src/components/structures/MatrixChat.tsx#L146
Cannot find module '../../../../../src/tchap/util/TchapUrls' or its corresponding type declarations.
|
Typescript Syntax Check:
src/components/structures/RoomSearchView.tsx#L39
Cannot find module '../../../../../src/tchap/i18n/Tchapi18nUtils' or its corresponding type declarations.
|
Typescript Syntax Check:
src/components/structures/RoomStatusBar.tsx#L32
Cannot find module '../../../../../src/tchap/i18n/Tchapi18nUtils' or its corresponding type declarations.
|
Typescript Syntax Check:
src/components/structures/auth/ForgotPassword.tsx#L45
Cannot find module '../../../../../../src/tchap/util/TchapUtils' or its corresponding type declarations.
|
i18n Check / check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, tj-actions/changed-files@1c26215f3fbd51eba03bc199e5cbabdfc3584ce3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|