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

Remove MatrixRTC realted import ES lint exceptions using a index.ts for matrixrtc #27727

Remove MatrixRTC realted import ES lint exceptions using a index.ts for matrixrtc

Remove MatrixRTC realted import ES lint exceptions using a index.ts for matrixrtc #27727

Triggered via pull request July 25, 2024 09:51
Status Failure
Total duration 1m 54s
Artifacts

static_analysis.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Typescript Syntax Check: src/Notifier.ts#L35
Cannot find module 'matrix-js-sdk/src/matrixrtc' or its corresponding type declarations.
Typescript Syntax Check: src/Notifier.ts#L512
Parameter 'm' implicitly has an 'any' type.
Typescript Syntax Check: src/components/views/voip/CallDuration.tsx#L18
Cannot find module 'matrix-js-sdk/src/matrixrtc' or its corresponding type declarations.
Typescript Syntax Check: src/models/Call.ts#L39
Cannot find module 'matrix-js-sdk/src/matrixrtc' or its corresponding type declarations.
Typescript Syntax Check: src/models/Call.ts#L855
Parameter 'm' implicitly has an 'any' type.
Typescript Syntax Check: src/stores/CallStore.ts#L19
Cannot find module 'matrix-js-sdk/src/matrixrtc' or its corresponding type declarations.
Typescript Syntax Check: test/Notifier-test.ts#L29
Cannot find module 'matrix-js-sdk/src/matrixrtc' or its corresponding type declarations.
Typescript Syntax Check: test/Notifier-test.ts#L466
Cannot find name 'MatrixRTCSession'.
Typescript Syntax Check: test/Notifier-test.ts#L485
Cannot find name 'MatrixRTCSession'.
Typescript Syntax Check: test/components/views/rooms/LegacyRoomHeader-test.tsx#L35
Cannot find module 'matrix-js-sdk/src/matrixrtc' or its corresponding type declarations.
i18n Check / check
The following actions uses Node.js version which is deprecated 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/