Skip to content

adds uid to member objects for applicant review purposes #125

adds uid to member objects for applicant review purposes

adds uid to member objects for applicant review purposes #125

Triggered via pull request December 6, 2023 02:44
Status Failure
Total duration 51s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
run-lint: backend/typescript/migrations/2023.02.18T17.43.41.create-user-table.ts#L87
Replace `.getQueryInterface()` with `⏎····.getQueryInterface()⏎····`
run-lint: backend/typescript/server.ts#L12
`fs` import should occur before import of `./models`
run-lint: backend/typescript/server.ts#L12
Replace `'fs';⏎` with `"fs";`
run-lint: backend/typescript/server.ts#L123
Delete `⏎`
run-lint: backend/typescript/server.ts#L125
Use object destructuring
run-lint: backend/typescript/server.ts#L130
Insert `,`
run-lint: backend/typescript/server.ts#L131
Insert `;`
run-lint
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/
run-lint: backend/typescript/middlewares/auth.ts#L57
'userIdField' is defined but never used
run-lint: backend/typescript/middlewares/auth.ts#L71
'authorized' is assigned a value but never used
run-lint: backend/typescript/middlewares/auth.ts#L86
'emailField' is defined but never used
run-lint: backend/typescript/services/implementations/matchingService.ts#L9
'User' is defined but never used
run-lint: backend/typescript/services/implementations/matchingService.ts#L11
'ApplicationDashboardTable' is defined but never used
run-lint: backend/typescript/services/implementations/matchingService.ts#L20
Unexpected any. Specify a different type
run-lint: backend/typescript/services/implementations/matchingService.ts#L41
Unexpected any. Specify a different type
run-lint: backend/typescript/services/implementations/matchingService.ts#L45
Unexpected any. Specify a different type
run-lint: backend/typescript/services/interfaces/matchingService.ts#L1
'ApplicationDTO' is defined but never used
run-lint: backend/typescript/services/interfaces/matchingService.ts#L8
Unexpected any. Specify a different type