Added feature for posting #2
continuous-integration.yml
on: pull_request
lint-test-build
19s
Annotations
11 errors
lint-test-build
The run was canceled by @alainwelliver.
|
lint-test-build:
src/controller/server.js#L6
Expected 1 empty line after require statement not followed by another require
|
lint-test-build:
src/controller/server.js#L6
`jsonwebtoken` import should occur before import of `../model/users`
|
lint-test-build:
src/controller/server.js#L8
Missing semicolon
|
lint-test-build:
src/controller/server.js#L94
Expected to return a value at the end of async arrow function
|
lint-test-build:
src/controller/server.js#L95
Expected a line break after this opening brace
|
lint-test-build:
src/controller/server.js#L95
Expected a line break before this closing brace
|
lint-test-build:
src/controller/server.js#L97
This line has a length of 106. Maximum allowed is 100
|
lint-test-build:
src/controller/server.js#L102
Expected exception block, space or tab after '//' in comment
|
lint-test-build:
src/controller/server.js#L107
Trailing spaces not allowed
|
lint-test-build:
src/controller/server.js#L108
Expected exception block, space or tab after '//' in comment
|