Skip to content

SIMSBIOHUB-598: Manage Deployments & Update Telemetry Table #3621

SIMSBIOHUB-598: Manage Deployments & Update Telemetry Table

SIMSBIOHUB-598: Manage Deployments & Update Telemetry Table #3621

Triggered via pull request August 12, 2024 19:17
Status Success
Total duration 4m 21s
Artifacts

lint-format.yml

on: pull_request
Checkout and cache target branch
7s
Checkout and cache target branch
Running Linter and Formatter
3m 57s
Running Linter and Formatter
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
Running Linter and Formatter: app/src/contexts/animalPageContext.tsx#L77
React Hook useCallback has missing dependencies: 'projectId' and 'surveyId'. Either include them or remove the dependency array
Running Linter and Formatter: app/src/features/surveys/telemetry/deployments/components/form/DeploymentForm.tsx#L52
React Hook useEffect has missing dependencies: 'critterDataLoader', 'deviceMakesDataLoader', 'frequencyUnitDataLoader', and 'values.critter_id'. Either include them or remove the dependency array
Running Linter and Formatter: app/src/features/surveys/telemetry/deployments/components/form/DeploymentForm.tsx#L70
React Hook useEffect has a missing dependency: 'critterDataLoader'. Either include it or remove the dependency array
Running Linter and Formatter: app/src/features/surveys/telemetry/deployments/edit/EditDeploymentPage.tsx#L53
React Hook useEffect has a missing dependency: 'deploymentDataLoader'. Either include it or remove the dependency array
Running Linter and Formatter: app/src/features/surveys/telemetry/list/SurveyDeploymentList.tsx#L43
React Hook useEffect has missing dependencies: 'deploymentsDataLoader', 'projectId', and 'surveyId'. Either include them or remove the dependency array
Running Linter and Formatter: app/src/features/surveys/telemetry/list/SurveyDeploymentListItemDetails.tsx#L37
React Hook useEffect has a missing dependency: 'captureDataLoader'. Either include it or remove the dependency array
Running Linter and Formatter: app/src/features/surveys/telemetry/list/components/PulsatingDot.tsx#L39
React Hook useEffect has missing dependencies: 'off' and 'time'. Either include them or remove the dependency array