Skip to content

feat: makefile for backend and option to start without loading fixtures #474

feat: makefile for backend and option to start without loading fixtures

feat: makefile for backend and option to start without loading fixtures #474

Triggered via pull request August 10, 2023 11:15
Status Success
Total duration 2m 51s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: pull_request
Matrix: main
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
main (ubuntu-latest, 16.14.0): frontend/src/components/ApplicationForm.tsx#L220
React Hook useEffect has a missing dependency: 'form'. Either include it or remove the dependency array
main (ubuntu-latest, 16.14.0): frontend/src/components/FilterSearch.tsx#L185
React Hook useEffect has missing dependencies: 'chosenCommittees', 'sort', and 'status'. Either include them or remove the dependency array
main (ubuntu-latest, 16.14.0): frontend/src/components/FilterSearch.tsx#L196
React Hook useEffect has a missing dependency: 'nameSearch'. Either include it or remove the dependency array
main (ubuntu-latest, 16.14.0): frontend/src/pages/AdmissionPeriod.tsx#L176
React Hook useEffect has missing dependencies: 'form' and 'location.state'. Either include them or remove the dependency array
main (ubuntu-latest, 16.14.0): frontend/src/pages/AdmissionPeriod.tsx#L256
React Hook useEffect has missing dependencies: 'differentFromDb' and 'form'. Either include them or remove the dependency array
main (ubuntu-latest, 16.14.0): frontend/src/pages/AdmissionStatus.tsx#L183
React Hook useEffect has missing dependencies: 'location.state' and 'navigate'. Either include them or remove the dependency array
main (ubuntu-latest, 16.14.0): frontend/src/pages/ApplicationOverview.tsx#L122
React Hook useEffect has missing dependencies: 'chosenCommittees', 'navigate', and 'setChosenCommittees'. Either include them or remove the dependency array
main (ubuntu-latest, 16.14.0): frontend/src/pages/ApplicationOverview.tsx#L141
React Hook useEffect has a missing dependency: 'setCurrentPage'. Either include it or remove the dependency array
main (ubuntu-latest, 16.14.0): frontend/src/pages/Dashboard.tsx#L146
React Hook useEffect has a missing dependency: 'location.state'. Either include it or remove the dependency array