Fix typo in README.md #1694
lint.yml
on: pull_request
lint
1m 40s
typescript
3m 58s
Annotations
12 warnings
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint:
packages/app/components/Apply/EditCourse.tsx#L38
React Hook useEffect has a missing dependency: 'form'. Either include it or remove the dependency array
|
lint:
packages/app/components/Apply/SelectCourses.tsx#L55
React Hook useEffect has missing dependencies: 'initialValues' and 'profile?.pendingCourses'. Either include them or remove the dependency array
|
lint:
packages/app/components/Queue/QueueUtils.tsx#L3
Missing return type on function
|
lint:
packages/app/components/Queue/Student/StudentQueue.tsx#L122
React Hook useEffect has missing dependencies: 'cid' and 'router'. Either include them or remove the dependency array
|
lint:
packages/app/components/Queue/TA/TAQueueDetailQuestion.tsx#L40
Missing return type on function
|
lint:
packages/app/components/Settings/SettingsPage.tsx#L73
React Hook useEffect contains a call to 'setAvatarSize'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [isMobile, windowWidth] as a second argument to the useEffect Hook
|
lint:
packages/app/hooks/useDefaultMessage.ts#L3
Missing return type on function
|
lint:
packages/app/hooks/useIsMobile.tsx#L3
Missing return type on function
|
lint:
packages/server/src/resources/resources.service.ts#L106
Missing return type on function
|
lint:
packages/server/src/semester/setCourse.command.ts#L97
Missing return type on function
|
typescript
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|