Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Experimental SSS

Experimental SSS #165

Triggered via pull request September 16, 2024 14:10
@kegsaykegsay
synchronize #36
dbkr/sss
Status Failure
Total duration 1m 35s
Artifacts

static_analysis.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
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/components/structures/LoggedInView-test.tsx#L41
Object literal may only specify known properties, and 'setExtendedProfileProperty' does not exist in type 'Partial<Record<keyof MatrixClient, unknown>>'.
Typescript Syntax Check: test/components/structures/LoggedInView-test.tsx#L434
Property 'deleteExtendedProfileProperty' does not exist on type 'MockedObject<MatrixClient>'.
Typescript Syntax Check: test/components/structures/LoggedInView-test.tsx#L435
Property 'setExtendedProfileProperty' does not exist on type 'MockedObject<MatrixClient>'.
Typescript Syntax Check: test/components/structures/LoggedInView-test.tsx#L440
Property 'setExtendedProfileProperty' does not exist on type 'MockedObject<MatrixClient>'.
ESLint: src/SlidingSyncManager.ts#L255
Missing return type on function
ESLint
Process completed with exit code 1.
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/