Skip to content

feat(be): separate socket server #206

feat(be): separate socket server

feat(be): separate socket server #206

Triggered via pull request December 3, 2024 09:28
Status Success
Total duration 41s
Artifacts

lint-format.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint: apps/client/src/components/qna/ChattingList.tsx#L87
React Hook useEffect has missing dependencies: 'addChattingToFront', 'sessionId', and 'sessionToken'. Either include them or remove the dependency array
lint: apps/client/src/components/qna/QuestionItem.tsx#L71
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
lint: apps/client/src/components/qna/ReplyItem.tsx#L50
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
lint: apps/client/src/features/socket/socket.context.tsx#L11
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
lint: apps/client/src/features/user/user.hook.ts#L36
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
lint: apps/client/src/features/user/user.hook.ts#L62
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
lint: apps/server/src/replies/replies.service.spec.ts#L16
'sessionsRepository' is assigned a value but never used