AlbertoElias / gulp-lintspaces

Gulp plugin for node-lintspaces. Fork of removed gulp-lintspaces
MIT License
12 stars 9 forks source link

Linting stops on first file with errors #5

Closed localjo closed 8 years ago

localjo commented 8 years ago

If I am trying to lint a whole directory of files, after the first file with linting errors is encountered the linting function stops, and the remaining files don't get linted. I'd rather be able to lint all of the files at once and get a full list of linting errors. I think the issue is the way errors are emitted on this line. The code should probably wait until all files are linted before emitting errors.

AlbertoElias commented 8 years ago

8 released in v0.4.0