Skip to content

Refactor: Updated routes and controllers structure, migrated database… #33

Refactor: Updated routes and controllers structure, migrated database…

Refactor: Updated routes and controllers structure, migrated database… #33

Triggered via push May 1, 2024 09:54
Status Failure
Total duration 53s
Artifacts

ci.yml

on: push
build-lint-test-coverage
44s
build-lint-test-coverage
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build-lint-test-coverage
Process completed with exit code 1.
build-lint-test-coverage: migrations/1714495123940-users.ts#L5
Missing space before function parentheses
build-lint-test-coverage: migrations/1714495123940-users.ts#L20
Missing space before function parentheses
build-lint-test-coverage: migrations/1714553873264-UpdateUserEntity.ts#L5
Missing space before function parentheses
build-lint-test-coverage: migrations/1714553873264-UpdateUserEntity.ts#L27
Missing space before function parentheses
build-lint-test-coverage: src/controllers/authController.ts#L8
Missing return type on function
build-lint-test-coverage: src/index.ts#L21
'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
'next' is defined but never used. Allowed unused args must match /^_/u
build-lint-test-coverage: src/middlewares/errorHandler.ts#L15
'next' is defined but never used