Have better section filtering #1092
lint.yaml
on: pull_request
prettier
12s
Lint & Type checks
37s
Dependency Checks
29s
Annotations
3 errors and 16 warnings
Lint & Type checks:
services/searcher.ts#L561
'campuses' is never reassigned. Use 'const' instead
|
Lint & Type checks:
services/searcher.ts#L564
'classTypes' is never reassigned. Use 'const' instead
|
Lint & Type checks
Process completed with exit code 1.
|
prettier
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
prettier
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Dependency Checks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Dependency Checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint & Type checks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint & Type checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint & Type checks:
scrapers/classes/parsersxe/tests/meetingParser.test.js#L4
'mmddyyyyToDaysSinceEpoch' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint & Type checks:
scrapers/classes/parsersxe/tests/termParser.test.js#L27
'_x' is defined but never used
|
Lint & Type checks:
scrapers/classes/parsersxe/tests/termParser.test.js#L27
'_y' is defined but never used
|
Lint & Type checks:
scrapers/employees/tests/employees.test.ts#L30
Unexpected any. Specify a different type
|
Lint & Type checks:
serializers/hydrateSerializer.ts#L27
Unexpected any. Specify a different type
|
Lint & Type checks:
services/searcher.ts#L5
'filter' is defined but never used. Allowed unused vars must match /^_/u
|
Lint & Type checks:
services/searcher.ts#L13
'HydrateCourseSerializer' is defined but never used. Allowed unused vars must match /^_/u
|
Lint & Type checks:
services/searcher.ts#L44
'SerializedCourse' is defined but never used. Allowed unused vars must match /^_/u
|
Lint & Type checks:
services/searcher.ts#L45
'Course' is defined but never used. Allowed unused vars must match /^_/u
|
Lint & Type checks:
services/searcher.ts#L45
'Section' is defined but never used. Allowed unused vars must match /^_/u
|