Skip to content

Feat user registration #32

Feat user registration

Feat user registration #32

Triggered via pull request April 30, 2024 14:02
Status Success
Total duration 1m 3s
Artifacts

ci.yml

on: pull_request
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