Skip to content

Remove Customisations in "InviteDialog" #339

Remove Customisations in "InviteDialog"

Remove Customisations in "InviteDialog" #339

Triggered via pull request October 14, 2024 14:04
Status Failure
Total duration 2m 8s
Artifacts

static_analysis.yaml

on: pull_request
Typescript Syntax Check
1m 56s
Typescript Syntax Check
Rethemendex Check
0s
Rethemendex Check
ESLint
1m 24s
ESLint
Style Lint
39s
Style Lint
Workflow Lint
34s
Workflow Lint
Analyse Dead Code
0s
Analyse Dead Code
i18n Check  /  check
i18n Check / check
Fit to window
Zoom out
Zoom in

Annotations

15 errors
ESLint: src/components/structures/MatrixChat.tsx#L38
'CustomComponentLifecycle' is defined but never used
ESLint: src/components/structures/MatrixChat.tsx#L39
'CustomComponentOpts' is defined but never used
ESLint: src/components/views/dialogs/InviteDialog.tsx#L76
There should be at least one empty line between import groups
ESLint: src/components/views/dialogs/InviteDialog.tsx#L77
There should be at least one empty line between import groups
ESLint: src/components/views/dialogs/InviteDialog.tsx#L77
`@matrix-org/react-sdk-module-api/lib/lifecycles/CustomComponentLifecycle` import should occur before import of `../../../../res/img/element-icons/info.svg`
ESLint
Process completed with exit code 1.
Typescript Syntax Check: src/components/structures/MatrixChat.tsx#L37
All imports in import declaration are unused.
Typescript Syntax Check: src/components/views/dialogs/InviteDialog.tsx#L374
Argument of type '"welcome_user_id"' is not assignable to parameter of type 'keyof IConfigOptions'.
Typescript Syntax Check: src/components/views/dialogs/InviteDialog.tsx#L375
Argument of type 'string | number | true | string[] | Record<string, any> | Record<string, boolean> | IClientWellKnown | ValidatedServerConfig | ... 19 more ... | { ...; }' is not assignable to parameter of type 'string'.
Typescript Syntax Check: src/components/views/dialogs/InviteDialog.tsx#L381
Cannot find name 'KnownMembership'.
Typescript Syntax Check: src/components/views/dialogs/InviteDialog.tsx#L382
Cannot find name 'KnownMembership'.
Typescript Syntax Check: src/components/views/dialogs/InviteDialog.tsx#L384
Cannot find name 'KnownMembership'.
Typescript Syntax Check: src/components/views/dialogs/InviteDialog.tsx#L1548
Type '(tabId: TabId) => void' is not assignable to type '(tabId: string) => void'.
Typescript Syntax Check: src/components/views/dialogs/InviteDialog.tsx#L1564
Property 'InviteDialog' does not exist on type 'typeof CustomComponentLifecycle'.
Typescript Syntax Check
Process completed with exit code 2.