Skip to content

fix: update built-in WebSocket notification plugin #7795

fix: update built-in WebSocket notification plugin

fix: update built-in WebSocket notification plugin #7795

Triggered via pull request September 7, 2026 09:28
Status Success
Total duration 6m 9s
Artifacts

quality-checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 10 warnings
Format check
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
Lint
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
Typecheck
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
Knip
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
Build
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
Tests
Can't store NODE_OPTIONS output parameter using '$GITHUB_ENV' command.
unicorn(consistent-function-scoping): src/app/hooks/useVerificationRequest.test.tsx#L39
src/app/hooks/useVerificationRequest.test.tsx:39:11: Function `stub` does not capture any variables from its parent scope
unicorn(consistent-function-scoping): src/app/features/call-status/CallStatusShell.test.tsx#L37
src/app/features/call-status/CallStatusShell.test.tsx:37:9: Function `settle` does not capture any variables from its parent scope
unicorn(consistent-function-scoping): src/app/crypto/engineCrypto/keyBackupConnect.test.ts#L120
src/app/crypto/engineCrypto/keyBackupConnect.test.ts:120:9: Function `watch` does not capture any variables from its parent scope
unicorn(no-array-sort): src/app/features/common-settings/members/Members.tsx#L97
src/app/features/common-settings/members/Members.tsx:97:10: Use `Array#toSorted()` instead of `Array#sort()`.
unicorn(no-array-sort): src/app/hooks/useMessageTargetRooms.ts#L25
src/app/hooks/useMessageTargetRooms.ts:25:10: Use `Array#toSorted()` instead of `Array#sort()`.
unicorn(no-array-reverse): src/app/features/room/room-pin-menu/RoomPinMenu.tsx#L188
src/app/features/room/room-pin-menu/RoomPinMenu.tsx:188:70: Use `Array#toReversed()` instead of `Array#reverse()`.
eslint(no-await-in-loop): src/app/hooks/timeline/useTimelineSync.ts#L253
src/app/hooks/timeline/useTimelineSync.ts:253:34: Unexpected `await` inside a loop.
unicorn(no-array-sort): src/app/hooks/usePowerLevelTags.ts#L12
src/app/hooks/usePowerLevelTags.ts:12:59: Use `Array#toSorted()` instead of `Array#sort()`.
unicorn(no-array-sort): src/app/crypto/engineCrypto/EngineCrypto.ts#L136
src/app/crypto/engineCrypto/EngineCrypto.ts:136:6: Use `Array#toSorted()` instead of `Array#sort()`.
unicorn(no-array-sort): src/app/features/room/MembersDrawer.tsx#L267
src/app/features/room/MembersDrawer.tsx:267:77: Use `Array#toSorted()` instead of `Array#sort()`.