Use reusable frontend workflow from armada #10
lint_frontend_package.yml
on: pull_request
Matrix: lint-frontend-package / build
Matrix: lint-frontend-package / check_exports
Matrix: lint-frontend-package / check_formatting
Matrix: lint-frontend-package / run_eslint
Annotations
3 errors and 10 warnings
|
lint-frontend-package / run_eslint (24.x)
Process completed with exit code 1.
|
|
lint-frontend-package / run_eslint (24.x)
React Hook "useAnalysisData" cannot be called inside a callback. React Hooks must be called in a React function component or a custom React Hook function
|
|
lint-frontend-package / run_eslint (24.x)
React Hook "useImageData" cannot be called inside a callback. React Hooks must be called in a React function component or a custom React Hook function
|
|
lint-frontend-package / run_eslint (24.x)
React Hook useEffect has missing dependencies: 'setAlert' and 'setListAlert'. Either include them or remove the dependency array
|
|
lint-frontend-package / run_eslint (24.x)
React Hook useEffect has missing dependencies: 'activeSendToDockAlertType' and 'getActiveSendToDockAlertType'. Either include them or remove the dependency array
|
|
lint-frontend-package / run_eslint (24.x)
React Hook useEffect has missing dependencies: 'setAlert' and 'setListAlert'. Either include them or remove the dependency array
|
|
lint-frontend-package / run_eslint (24.x)
React Hook useEffect has missing dependencies: 'setAlert' and 'setListAlert'. Either include them or remove the dependency array
|
|
lint-frontend-package / run_eslint (24.x):
frontend/src/components/Contexts/AlertContext.tsx#L287
React Hook useEffect has missing dependencies: 'autoScheduleFailedMissionDict', 'setAlert', and 'setListAlert'. Either include them or remove the dependency array
|
|
lint-frontend-package / run_eslint (24.x):
frontend/src/components/Contexts/AlertContext.tsx#L208
React Hook useEffect has missing dependencies: 'TranslateText', 'backendApi', 'isAuthenticated', 'recentFailedMissions', 'setAlert', and 'setListAlert'. Either include them or remove the dependency array
|
|
lint-frontend-package / run_eslint (24.x):
frontend/src/components/Contexts/AlertContext.tsx#L24
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
lint-frontend-package / run_eslint (24.x):
frontend/src/components/Alerts/AlertsBanner.tsx#L32
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
lint-frontend-package / run_eslint (24.x):
frontend/src/api/UseBackendApi.tsx#L12
React Hook useMemo has a missing dependency: 'getAccessToken'. Either include it or remove the dependency array
|
|
lint-frontend-package / run_eslint (24.x):
frontend/src/App.tsx#L21
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|