Feat user registration #32
ci.yml
on: pull_request
build-lint-test-coverage
51s
Annotations
10 warnings
build-lint-test-coverage:
src/controllers/index.ts#L13
Missing return type on function
|
build-lint-test-coverage:
src/controllers/index.ts#L25
Multiple spaces found before 'email'
|
build-lint-test-coverage:
src/entity/User.ts#L7
Trailing spaces not allowed
|
build-lint-test-coverage:
src/entity/User.ts#L13
Trailing spaces not allowed
|
build-lint-test-coverage:
src/entity/User.ts#L16
Trailing spaces not allowed
|
build-lint-test-coverage:
src/entity/User.ts#L19
Trailing spaces not allowed
|
build-lint-test-coverage:
src/entity/User.ts#L22
Trailing spaces not allowed
|
build-lint-test-coverage:
src/entity/User.ts#L25
Trailing spaces not allowed
|
build-lint-test-coverage:
src/entity/User.ts#L29
Trailing spaces not allowed
|
build-lint-test-coverage:
src/index.ts#L21
'res' is defined but never used. Allowed unused args must match /^_/u
|