Skip to content

adds uid to member objects for applicant review purposes #129

adds uid to member objects for applicant review purposes

adds uid to member objects for applicant review purposes #129

Triggered via pull request December 20, 2023 20:22
Status Failure
Total duration 51s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
run-lint: backend/typescript/migrations/2023.02.18T17.43.41.create-user-table.ts#L86
Replace `.getQueryInterface()` with `⏎····.getQueryInterface()⏎····`
run-lint: backend/typescript/server.ts#L125
Expected property shorthand
run-lint: backend/typescript/server.ts#L126
Expected property shorthand
run-lint: backend/typescript/server.ts#L129
Use object destructuring
run-lint: backend/typescript/server.ts#L131
Replace `'./graphql/sampleData/members.json',·JSON.stringify(updatedMembers)` with `⏎····"./graphql/sampleData/members.json",⏎····JSON.stringify(updatedMembers),⏎··`
run-lint: backend/typescript/server.ts#L133
Insert `⏎·····`
run-lint: backend/typescript/server.ts#L134
Insert `,`
run-lint: backend/typescript/server.ts#L140
Insert `⏎····`
run-lint: backend/typescript/server.ts#L141
Insert `··`
run-lint: backend/typescript/server.ts#L142
Replace `····return·applications` with `······return·applications;`
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#L15
Unexpected any. Specify a different type
run-lint: backend/typescript/services/implementations/matchingService.ts#L28
Unexpected any. Specify a different type
run-lint: backend/typescript/services/implementations/matchingService.ts#L32
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
run-lint: backend/typescript/services/interfaces/matchingService.ts#L15
Unexpected any. Specify a different type