Skip to content

Added Socket.io

Added Socket.io #110

Re-run triggered October 11, 2024 12:51
Status Success
Total duration 50s
Artifacts

lint.yml

on: pull_request
Performs linting on the application
37s
Performs linting on the application
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
Performs linting on the application: src/components/Header.jsx#L1
'useEffect' is defined but never used
Performs linting on the application: src/components/Header.jsx#L2
'Button' is defined but never used
Performs linting on the application: src/components/Header.jsx#L2
'CircularProgress' is defined but never used
Performs linting on the application: src/components/Header.jsx#L3
'GoogleSignIn' is defined but never used
Performs linting on the application: src/components/Header.jsx#L8
'setCurrentUser' is assigned a value but never used
Performs linting on the application: src/pages/EditorComponent.js#L235
React Hook useEffect has a missing dependency: 'roomId'. Either include it or remove the dependency array
Performs linting on the application: src/pages/EditorComponent.js#L257
React Hook useEffect has a missing dependency: 'roomId'. Either include it or remove the dependency array
Performs linting on the application: src/pages/EditorComponent.js#L259
'setCurrentUser' is assigned a value but never used
Performs linting on the application: src/pages/Landingpage.jsx#L12
'socket' is assigned a value but never used