JakubOnderka / PHP-Parallel-Lint

This tool check syntax of PHP files faster than serial check with fancier output.
Other
647 stars 62 forks source link

Flag to ignore 'No file found' error #108

Open etki opened 6 years ago

etki commented 6 years ago

Hi!

Currently lint fails if it hasn't found any file. This makes hard to setup CI before writing any code, it would be great to add special flag to ignore such behavior.

jrfnl commented 5 years ago

Or better yet, to just exit with exit code 0 and the No files found message.

I just ran into this as well :unamused:

simesy commented 5 years ago

Yes please

simesy commented 5 years ago

Workarounds: