Improve rendering of empty topics in the timeline #14838
static_analysis.yaml
on: pull_request
Typescript Syntax Check
2m 1s
i18n Check
/
check
39s
Rethemendex Check
5s
ESLint
1m 56s
Style Lint
51s
Workflow Lint
33s
Analyse Dead Code
46s
Annotations
10 errors
i18n Check / check
Process completed with exit code 1.
|
ESLint:
src/TextForEvent.tsx#L40
There should be at least one empty line between import groups
|
ESLint:
src/TextForEvent.tsx#L41
'matrix-js-sdk/lib/content-helpers' import is restricted from being used by a pattern. Please use matrix-js-sdk/src/matrix instead
|
ESLint:
src/TextForEvent.tsx#L41
`matrix-js-sdk/lib/content-helpers` import should occur before import of `./languageHandler`
|
ESLint:
src/components/views/room_settings/RoomProfileSettings.tsx#L18
There should be at least one empty line between import groups
|
ESLint:
src/components/views/room_settings/RoomProfileSettings.tsx#L19
'matrix-js-sdk/src/content-helpers' import is restricted from being used by a pattern. Please use matrix-js-sdk/src/matrix instead
|
ESLint:
src/components/views/room_settings/RoomProfileSettings.tsx#L19
`matrix-js-sdk/src/content-helpers` import should occur before import of `../../../languageHandler`
|
ESLint
Process completed with exit code 1.
|
Typescript Syntax Check:
src/TextForEvent.tsx#L41
Cannot find module 'matrix-js-sdk/lib/content-helpers' or its corresponding type declarations.
|
Typescript Syntax Check
Process completed with exit code 2.
|