coopernurse / node-pool

Generic resource pooling for node.js
2.37k stars 259 forks source link

Travis build failing on linting issue #214

Closed jema28 closed 6 years ago

jema28 commented 6 years ago

I made a PR #213 but noticed the travis build failed. I think it's an issue with 'make lint' in the Make file. I also checked out master and saw the same failure.

I don't think it's anything to do with my changes as I only changed the README.

node-pool readme ✗ 16m ◒ ➜ make lint
npm run lint

> generic-pool@3.2.0 lint /Users/Jem/Documents/node-pool
> eslint lib test index.js .eslintrc.js

/Users/Jem/Documents/node-pool/lib/Pool.js
  450:4  error  Delete `··`  prettier/prettier
  451:4  error  Delete `··`  prettier/prettier
  452:1  error  Delete `··`  prettier/prettier
  453:1  error  Delete `··`  prettier/prettier
  454:4  error  Delete `··`  prettier/prettier
  455:1  error  Delete `··`  prettier/prettier
  456:1  error  Delete `··`  prettier/prettier
  457:1  error  Delete `··`  prettier/prettier

✖ 8 problems (8 errors, 0 warnings)
  8 errors, 0 warnings potentially fixable with the `--fix` option.
jema28 commented 6 years ago

Fixed by #215.