Skip to content

Ad/fix pre commit (#807) #1

Ad/fix pre commit (#807)

Ad/fix pre commit (#807) #1

Triggered via push April 6, 2024 10:38
Status Success
Total duration 38s
Artifacts

lint.yml

on: push
lint-frontend
28s
lint-frontend
Lint python
12s
Lint python
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
lint-frontend: frontend/src/components/ChatInterface.tsx#L115
React Hook useEffect has missing dependencies: 'currentQueueMarker', 'currentTypingMessage', and 'messages'. Either include them or remove the dependency array
lint-frontend: frontend/src/components/ChatInterface.tsx#L121
React Hook useEffect has a missing dependency: 'typingActive'. Either include it or remove the dependency array
lint-frontend: frontend/src/components/ChatInterface.tsx#L136
React Hook useEffect has missing dependencies: 'currentQueueMarker', 'currentTypingMessage', 'messages', and 'queuedTyping'. Either include them or remove the dependency array
lint-frontend: frontend/src/components/ChatInterface.tsx#L142
React Hook useEffect has missing dependencies: 'messages' and 'queuedTyping'. Either include them or remove the dependency array
lint-frontend: frontend/src/hooks/useTypingEffect.ts#L76
React Hook useEffect has missing dependencies: 'emulateKeyStroke' and 'timeoutId'. Either include them or remove the dependency array