This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
Experimental SSS #220
static_analysis.yaml
on: pull_request
Typescript Syntax Check
1m 28s
i18n Check
/
check
1m 0s
Rethemendex Check
5s
ESLint
1m 20s
Style Lint
27s
Workflow Lint
23s
Analyse Dead Code
1m 26s
Annotations
15 errors and 1 warning
ESLint:
src/SlidingSyncManager.ts#L201
'listName' is never reassigned. Use 'const' instead
|
ESLint:
src/SlidingSyncManager.ts#L247
Missing return type on function
|
ESLint:
src/SlidingSyncManager.ts#L281
Missing return type on function
|
ESLint
Process completed with exit code 1.
|
Analyse Dead Code
Process completed with exit code 1.
|
Typescript Syntax Check:
src/components/structures/LoggedInView.tsx#L203
Property 'deleteExtendedProfileProperty' does not exist on type 'MatrixClient'.
|
Typescript Syntax Check:
src/components/structures/LoggedInView.tsx#L218
Property 'setExtendedProfileProperty' does not exist on type 'MatrixClient'.
|
Typescript Syntax Check:
src/hooks/useUserTimezone.ts#L40
Property 'doesServerSupportExtendedProfiles' does not exist on type 'MatrixClient'.
|
Typescript Syntax Check:
src/hooks/useUserTimezone.ts#L42
Parameter 'ex' implicitly has an 'any' type.
|
Typescript Syntax Check:
src/hooks/useUserTimezone.ts#L62
Property 'getExtendedProfileProperty' does not exist on type 'MatrixClient'.
|
Typescript Syntax Check:
src/settings/Settings.tsx#L11
Module '"matrix-js-sdk/src/matrix"' has no exported member 'UNSTABLE_MSC4133_EXTENDED_PROFILES'.
|
Typescript Syntax Check:
test/SlidingSyncManager-test.ts#L32
Property 'configure' is private and only accessible within class 'SlidingSyncManager'.
|
Typescript Syntax Check:
test/SlidingSyncManager-test.ts#L79
Property 'ensureListRegistered' does not exist on type 'SlidingSyncManager'.
|
Typescript Syntax Check:
test/SlidingSyncManager-test.ts#L95
Property 'ensureListRegistered' does not exist on type 'SlidingSyncManager'.
|
Typescript Syntax Check:
test/SlidingSyncManager-test.ts#L112
Property 'ensureListRegistered' does not exist on type 'SlidingSyncManager'.
|
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/
|