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

How does this differ from squizlabs/php_codesniffer? #100

Open BrianGilbert opened 7 years ago

BrianGilbert commented 7 years ago

is it possible to feed it phpcs standards definition?

legoktm commented 7 years ago

This tool is the equivalent of running php -l over all your files, but in parallel for speed.