Skip to content

building the retry and reconnect functionality for valkey instances #83

building the retry and reconnect functionality for valkey instances

building the retry and reconnect functionality for valkey instances #83

Triggered via pull request November 4, 2025 21:26
Status Failure
Total duration 33s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: apps/frontend/src/components/ui/retry-progress.tsx#L11
Expected indentation of 8 spaces but found 10
lint: apps/frontend/src/components/ui/retry-progress.tsx#L10
Props should be sorted alphabetically
lint: apps/frontend/src/components/ui/retry-progress.tsx#L10
Expected indentation of 8 spaces but found 10
lint: apps/frontend/src/components/ui/retry-progress.tsx#L9
Expected indentation of 8 spaces but found 10
lint: apps/frontend/src/components/ui/retry-progress.tsx#L8
Expected indentation of 6 spaces but found 8
lint: apps/frontend/src/components/ui/retry-progress.tsx#L7
Expected indentation of 4 spaces but found 6
lint: apps/frontend/src/components/ui/retry-progress.tsx#L6
Expected indentation of 2 spaces but found 4
lint: apps/frontend/src/components/ui/retry-progress.tsx#L2
Expected indentation of 2 spaces but found 4
lint: apps/frontend/src/components/WebSocketReconnect.tsx#L8
`./ui/retry-progress` import should occur before type import of `@/store`
lint: apps/frontend/src/components/ValkeyReconnect.tsx#L8
`./ui/retry-progress` import should occur before type import of `@/store`
lint: apps/frontend/src/hooks/useValkeyConnectionNavigation.ts#L46
React Hook useEffect has a missing dependency: 'connection'. Either include it or remove the dependency array