Use strict https headers and redirect from http to https in production mode #152
pull-request.yml
on: pull_request
Code style checks
15s
Javascript tests
17s
Annotations
8 errors and 1 warning
Code style checks:
lib/middleware/production.js#L5
Expected to return a value at the end of function 'production'
|
Code style checks:
lib/middleware/production.js#L14
Missing semicolon
|
Code style checks:
lib/middleware/production.js#L18
Unexpected string concatenation
|
Code style checks:
lib/middleware/production.js#L18
Missing semicolon
|
Code style checks:
lib/middleware/production.js#L19
Unnecessary 'else' after 'return'
|
Code style checks:
lib/middleware/production.js#L20
Missing semicolon
|
Code style checks:
lib/middleware/production.js#L21
Block must not be padded by blank lines
|
Code style checks
Process completed with exit code 1.
|
Code style checks:
lib/middleware/production.js#L14
Unexpected console statement
|