Skip to content

adds uid to member objects for applicant review purposes #127

adds uid to member objects for applicant review purposes

adds uid to member objects for applicant review purposes #127

Triggered via pull request December 20, 2023 20:04
Status Failure
Total duration 49s
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#L14
Delete `⏎⏎`
run-lint: backend/typescript/server.ts#L128
Expected property shorthand
run-lint: backend/typescript/server.ts#L129
Expected property shorthand
run-lint: backend/typescript/server.ts#L132
Use object destructuring
run-lint: backend/typescript/server.ts#L134
Replace `'./graphql/sampleData/members.json',·JSON.stringify(updatedMembers)` with `⏎····"./graphql/sampleData/members.json",⏎····JSON.stringify(updatedMembers),⏎··`
run-lint: backend/typescript/server.ts#L136
Insert `⏎·····`
run-lint: backend/typescript/server.ts#L137
Insert `,`
run-lint: backend/typescript/server.ts#L143
Insert `⏎····`
run-lint: backend/typescript/server.ts#L144
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#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