lint-check.yml
on: pull_request
Backend lint and style check
12s
Frontend lint and style check
20s
Annotations
10 errors
Backend lint and style check:
backend/src/controllers/announcement.ts#L3
Async arrow function 'createAnnouncement' has no 'await' expression
|
Backend lint and style check:
backend/src/controllers/announcement.ts#L11
Async arrow function 'editAnnouncement' has no 'await' expression
|
Backend lint and style check:
backend/src/controllers/announcement.ts#L19
Async arrow function 'deleteAnnouncement' has no 'await' expression
|
Backend lint and style check:
backend/src/controllers/announcement.ts#L27
Async arrow function 'getMultipleAnnouncements' has no 'await' expression
|
Backend lint and style check:
backend/src/controllers/announcement.ts#L35
Async arrow function 'getIndividualAnnouncementDetails' has no 'await' expression
|
Backend lint and style check:
backend/src/controllers/user.ts#L80
Async arrow function 'getPersonalInformation' has no 'await' expression
|
Backend lint and style check:
backend/src/controllers/user.ts#L88
Async arrow function 'editPersonalInformation' has no 'await' expression
|
Backend lint and style check:
backend/src/controllers/user.ts#L96
Async arrow function 'getProfessionalInformation' has no 'await' expression
|
Backend lint and style check:
backend/src/controllers/user.ts#L104
Async arrow function 'editProfessionalInformation' has no 'await' expression
|
Backend lint and style check:
backend/src/controllers/user.ts#L112
Async arrow function 'getDirectoryPersonalInformation' has no 'await' expression
|