added contactRequests #1
lint-check.yml
on: pull_request
Backend lint and style check
9s
Frontend lint and style check
16s
Annotations
4 errors and 8 warnings
Backend lint and style check:
backend/src/controllers/contactRequest.ts#L21
'message' is already declared in the upper scope on line 16 column 5
|
Backend lint and style check:
backend/src/controllers/contactRequest.ts#L46
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Backend lint and style check:
backend/src/validators/contactRequest.ts#L1
'express' is defined but never used. Allowed unused vars must match /^_/u
|
Backend lint and style check
Process completed with exit code 1.
|
Backend lint and style check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Backend lint and style check:
backend/src/app.ts#L2
There should be at least one empty line between import groups
|
Backend lint and style check:
backend/src/app.ts#L3
`./routes/contactRequest` import should occur after import of `./errors/handler`
|
Backend lint and style check:
backend/src/routes/contactRequest.ts#L1
There should be at least one empty line between import groups
|
Backend lint and style check:
backend/src/routes/contactRequest.ts#L3
`../controllers/contactRequest` import should occur before import of `../validators/contactRequest`
|
Backend lint and style check:
backend/src/validators/contactRequest.ts#L1
There should be at least one empty line between import groups
|
Backend lint and style check:
backend/src/validators/contactRequest.ts#L1
Member 'NextFunction' of the import declaration should be sorted alphabetically
|
Frontend lint and style check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|