#11 ch: Setup CI workflow for testing, coverage reporting, building and linting #14
Annotations
10 warnings
Run ESLint and Prettier:
src/controllers/index.ts#L2
Missing return type on function
|
Run ESLint and Prettier:
src/index.ts#L18
'res' is defined but never used. Allowed unused args must match /^_/u
|
Run ESLint and Prettier:
src/middlewares/errorHandler.ts#L15
'req' is defined but never used. Allowed unused args must match /^_/u
|
Run ESLint and Prettier:
src/middlewares/errorHandler.ts#L15
Missing return type on function
|
Run ESLint and Prettier:
src/routes/index.ts#L4
'req' is defined but never used. Allowed unused args must match /^_/u
|
Run ESLint and Prettier:
src/routes/index.ts#L7
'req' is defined but never used. Allowed unused args must match /^_/u
|
Run ESLint and Prettier:
src/utils/response.utils.ts#L12
Identifier 'status_code' is not in camel case
|
Run ESLint and Prettier:
src/utils/response.utils.ts#L18
Identifier 'status_code' is not in camel case
|
Run ESLint and Prettier:
src/utils/response.utils.ts#L27
Identifier 'status_code' is not in camel case
|
Run ESLint and Prettier:
src/utils/response.utils.ts#L33
Identifier 'status_code' is not in camel case
|
The logs for this run have expired and are no longer available.
Loading