Skip to content

Implemented user registration feature with input validation, password… #31

Implemented user registration feature with input validation, password…

Implemented user registration feature with input validation, password… #31

Triggered via push April 30, 2024 13:56
Status Success
Total duration 1m 0s
Artifacts

ci.yml

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

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