Merge pull request #30 from atlp-rwanda/ch-ci-setup #30
ci.yml
on: push
build-lint-test-coverage
47s
Annotations
8 warnings
build-lint-test-coverage:
src/index.ts#L19
'res' is defined but never used. Allowed unused args must match /^_/u
|
build-lint-test-coverage:
src/middlewares/errorHandler.ts#L15
'req' is defined but never used. Allowed unused args must match /^_/u
|
build-lint-test-coverage:
src/middlewares/errorHandler.ts#L15
Missing return type on function
|
build-lint-test-coverage:
src/routes/index.ts#L4
'req' is defined but never used. Allowed unused args must match /^_/u
|
build-lint-test-coverage:
src/routes/index.ts#L7
'req' is defined but never used. Allowed unused args must match /^_/u
|
build-lint-test-coverage:
src/startups/dbConnection.ts#L3
Missing return type on function
|
build-lint-test-coverage:
src/startups/dbConnection.ts#L5
'connection' is assigned a value but never used. Allowed unused vars must match /^_/u
|
build-lint-test-coverage:
src/startups/dbConnection.ts#L5
'connection' is assigned a value but never used
|