Trpc #258
lint.yml
on: pull_request
Lint and check formatting
28s
Annotations
3 errors and 10 warnings
Lint and check formatting
Property 'session' does not exist on type 'Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>'.
|
Lint and check formatting
Argument of type 'Timeout' is not assignable to parameter of type 'SetStateAction<number | null>'.
|
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/Report/ReportGroup.tsx#L21
Unexpected console statement
|
Lint and check formatting:
site/src/component/Report/ReportGroup.tsx#L27
React Hook useEffect has a missing dependency: 'props.reviewID'. Either include it or remove the dependency array
|
Lint and check formatting:
site/src/component/Report/Reports.tsx#L19
Unexpected console statement
|
Lint and check formatting:
site/src/component/Report/Reports.tsx#L48
React Hook useEffect has a missing dependency: 'getData'. Either include it or remove the dependency array
|
Lint and check formatting:
site/src/component/Review/Review.tsx#L95
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
|