Refactoring for workers #77 #133
Annotations
1 error and 10 warnings
Run npm test
Process completed with exit code 1.
|
Run npm run lint:
src/api/jobs.js#L174
Unexpected 'todo' comment: 'todo: actually stop the processing'
|
Run npm run lint:
src/api/jobs.js#L288
Unexpected 'todo' comment: 'ToDo: Validate further data #73'
|
Run npm run lint:
src/api/jobs.js#L326
Unexpected 'todo' comment: 'ToDo: Validate further data #73'
|
Run npm run lint:
src/api/jobs.js#L360
Unexpected 'todo' comment: 'ToDo: Validate data, handle budget and...'
|
Run npm run lint:
src/api/services.js#L122
Unexpected 'todo' comment: 'ToDo 1.0: Correctly handle service...'
|
Run npm run lint:
src/api/services.js#L135
Unexpected 'todo' comment: 'ToDo: Validate further data #73'
|
Run npm run lint:
src/api/services.js#L192
Unexpected 'todo' comment: 'ToDo 1.0: Correctly handle service...'
|
Run npm run lint:
src/api/services.js#L196
Unexpected 'todo' comment: 'ToDo: Validate further data #73'
|
Run npm run lint:
src/api/users.js#L33
Possible race condition: `req.user` might be assigned based on an outdated state of `req`
|
Run npm run lint:
src/api/users.js#L70
Possible race condition: `req.user` might be assigned based on an outdated state of `req`
|
Loading