fix: minor changes #300
CI.yaml
on: pull_request
Format Check
7s
Clippy Lint
31s
Test Suite
32s
Build Check
23s
Backend (NestJS)
30s
Frontend (Next.js)
49s
Annotations
4 errors and 4 warnings
|
Format Check
Process completed with exit code 1.
|
|
Backend (NestJS)
Process completed with exit code 1.
|
|
Backend (NestJS):
backend/src/assets/asset-note.entity.ts#L6
'JoinColumn' is defined but never used
|
|
Backend (NestJS):
backend/src/app.service.ts#L1
'NotFoundException' is defined but never used
|
|
Frontend (Next.js):
frontend/hooks/useWebSocket.ts#L171
React Hook useCallback has a missing dependency: 'setNotifications'. Either include it or remove the dependency array
|
|
Frontend (Next.js):
frontend/hooks/useWebSocket.ts#L166
React Hook useCallback has a missing dependency: 'setNotifications'. Either include it or remove the dependency array
|
|
Frontend (Next.js):
frontend/hooks/useWebSocket.ts#L159
React Hook useCallback has a missing dependency: 'setNotifications'. Either include it or remove the dependency array
|
|
Frontend (Next.js):
frontend/hooks/useWebSocket.ts#L85
React Hook useCallback has an unnecessary dependency: 'options.userId'. Either exclude it or remove the dependency array
|