php-parallel-lint / PHP-Parallel-Lint

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

What does `----ignore-fails` do ? #145

Open realtebo opened 1 year ago

realtebo commented 1 year ago

Small question, what does ----ignore-fails do ?

jrfnl commented 1 year ago

Per the readme:

--ignore-fails Ignore failed tests.

... not that clear... Let's tag this as a documentation issue and hope that someone improves that description.