shelljs / shx

Portable Shell Commands for Node
MIT License
1.73k stars 45 forks source link

Linter checks the code coverage directory #36

Closed nfischer closed 8 years ago

nfischer commented 8 years ago

Steps to reproduce:

$ npm install
$ npm run test:coverage # creates coverage/ directory
$ npm run lint # tries linting that directory, which isn't what we want