Skip to content

ci: add reviewdog to suggest ESLint fixes on PRs #784

ci: add reviewdog to suggest ESLint fixes on PRs

ci: add reviewdog to suggest ESLint fixes on PRs #784

Triggered via pull request October 29, 2025 22:03
Status Failure
Total duration 48s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 4 warnings
Prettier
Process completed with exit code 1.
ESLint
Process completed with exit code 1.
ESLint: src/pages/cards/card.tsx#L145
React Hook "useDigitalWallet" is called conditionally. React Hooks must be called in the exact same order in every component render
ESLint: src/pages/cards/card.tsx#L235
React Hook useEffect has a missing dependency: 'card?.status'. Either include it or remove the dependency array
ESLint: src/lib/useDigitalWallet.ts#L140
React Hook useEffect has a missing dependency: 'isPhysical'. Either include it or remove the dependency array
ESLint: src/core/AppContent.tsx#L273
React Hook useEffect has a missing dependency: 'isDark'. Either include it or remove the dependency array
ESLint: src/components/organizations/Menu.tsx#L39
React Hook useMemo has a missing dependency: 'scheme'. Either include it or remove the dependency array