fix: homescreen rebrand issues #4
static_analysis.yaml
on: push
Typescript Syntax Check
2m 25s
i18n Check
/
check
1m 8s
Rethemendex Check
7s
ESLint
2m 26s
Style Lint
1m 23s
Workflow Lint
1m 41s
Analyse Dead Code
1m 23s
Annotations
19 errors
|
Rethemendex Check
Process completed with exit code 1.
|
|
i18n Check / check
Process completed with exit code 1.
|
|
Style Lint
Process completed with exit code 2.
|
|
Analyse Dead Code
Process completed with exit code 1.
|
|
Typescript Syntax Check
Process completed with exit code 2.
|
|
Typescript Syntax Check:
src/customisations/components/views/spaces/SpacePanel.tsx#L68
Cannot find module './threads-activity-centre/' or its corresponding type declarations.
|
|
Typescript Syntax Check:
src/customisations/components/views/right_panel/UserInfo.tsx#L945
Type '{ children: Element[]; className: string; header: string; onClose: () => void; closeLabel: string | undefined; cardState: IRightPanelCardState; onBack: (ev: ButtonEvent) => void; }' is not assignable to type 'IntrinsicAttributes & IntrinsicClassAttributes<BaseDialog> & Pick<Readonly<IProps>, never> & InexactPartial<...> & InexactPartial<...>'.
|
|
Typescript Syntax Check:
src/components/views/rooms/EventTile.tsx#L770
Variable 'shieldReasonMessage' is used before being assigned.
|
|
Typescript Syntax Check:
src/components/views/rooms/EventTile.tsx#L767
Variable 'shieldReasonMessage' is used before being assigned.
|
|
ESLint:
src/customisations/SlashCommands.tsx#L35
'getDefaultIdentityServerUrl' is defined but never used
|
|
ESLint:
src/customisations/SlashCommands.tsx#L34
'abbreviateUrl' is defined but never used
|
|
ESLint:
src/customisations/SlashCommands.tsx#L33
'getAddressType' is defined but never used
|
|
ESLint:
src/customisations/SlashCommands.tsx#L33
'AddressType' is defined but never used
|
|
ESLint:
src/customisations/SlashCommands.tsx#L31
'WidgetUtils' is defined but never used
|
|
ESLint:
src/customisations/SlashCommands.tsx#L29
'topicToHtml' is defined but never used
|
|
ESLint:
src/customisations/SlashCommands.tsx#L29
'Linkify' is defined but never used
|
|
ESLint:
src/customisations/SlashCommands.tsx#L28
'MultiInviter' is defined but never used
|
|
ESLint:
src/customisations/SlashCommands.tsx#L19
'MRoomTopicEventContent' is defined but never used
|
|
ESLint:
src/customisations/ComponentVisibility.ts#L16
There should be at least one empty line between import groups
|