jscs-dev / node-jscs

:arrow_heading_up: JavaScript Code Style checker (unmaintained)
https://jscs-dev.github.io
MIT License
4.97k stars 515 forks source link

Ignore not found files? #2258

Closed FezVrasta closed 8 years ago

FezVrasta commented 8 years ago

If I try to lint a file that doesn't exists, it throws an error.

Is there a way to ignore the not found files and just proceed to the next one?

markelog commented 8 years ago

No