Skip to content

Trpc

Trpc #290

Triggered via pull request October 12, 2024 02:17
@js0mmerjs0mmer
synchronize #467
trpc
Status Failure
Total duration 37s
Artifacts

lint.yml

on: pull_request
Lint and check formatting
28s
Lint and check formatting
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
Lint and check formatting
Property 'id' does not exist on type 'UserData'.
Lint and check formatting
Property 'id' does not exist on type 'UserData'.
Lint and check formatting
Process completed with exit code 2.
Lint and check formatting: site/src/component/GradeDist/GradeDist.tsx#L70
React Hook useEffect has a missing dependency: 'fetchGradeDistData'. Either include it or remove the dependency array
Lint and check formatting: site/src/component/GradeDist/GradeDist.tsx#L81
React Hook useEffect has missing dependencies: 'createCourseEntries', 'createProfEntries', 'props.course', and 'props.professor'. Either include them or remove the dependency array
Lint and check formatting: site/src/component/GradeDist/GradeDist.tsx#L88
React Hook useEffect has missing dependencies: 'createQuarterEntries' and 'gradeDistData.length'. Either include them or remove the dependency array
Lint and check formatting: site/src/component/Review/Review.tsx#L52
React Hook useEffect has missing dependencies: 'dispatch' and 'getReviews'. Either include them or remove the dependency array
Lint and check formatting: site/src/component/Schedule/Schedule.tsx#L41
React Hook useEffect has a missing dependency: 'fetchScheduleDataFromAPI'. Either include it or remove the dependency array
Lint and check formatting: site/src/component/SideInfo/SideInfo.tsx#L138
React Hook useEffect has missing dependencies: 'allToken' and 'props.searchType'. Either include them or remove the dependency array
Lint and check formatting: site/src/component/UserReviews/UserReviews.tsx#L23
React Hook useEffect has a missing dependency: 'getUserReviews'. Either include it or remove the dependency array
Lint and check formatting: site/src/pages/AdminPage/index.tsx#L28
React Hook useEffect has a missing dependency: 'checkAdmin'. Either include it or remove the dependency array
Lint and check formatting: site/src/pages/CoursePage/index.tsx#L38
React Hook useEffect has missing dependencies: 'courseGQLData.courseNumber' and 'courseGQLData.department'. Either include them or remove the dependency array
Lint and check formatting: site/src/pages/ReviewsPage/index.tsx#L24
React Hook useEffect has a missing dependency: 'checkLoggedIn'. Either include it or remove the dependency array