Job monitoring #375
Annotations
10 warnings
Run npm run lint:
lib/client/utils.js#L95
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype
|
Run npm run lint:
lib/environment_variables.js#L7
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype
|
Run npm run lint:
lib/hijack/db.js#L155
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype
|
Run npm run lint:
lib/hijack/wrap_webapp.js#L54
Unexpected require()
|
Run npm run lint:
lib/models/http.js#L104
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype
|
Run npm run lint:
lib/models/http.js#L110
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype
|
Run npm run lint:
lib/models/jobs.js#L162
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype
|
Run npm run lint:
lib/models/jobs.js#L168
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype
|
Run npm run lint:
lib/models/methods.js#L148
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype
|
Run npm run lint:
lib/models/methods.js#L154
The body of a for-in should be wrapped in an if statement to filter unwanted properties from the prototype
|
Loading