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

exclude extension via --exclude #59

Closed lordspace closed 3 years ago

lordspace commented 3 years ago

Hi, I ran this tool and it started checking phpunit's .phpt files. I tried --exclude='*.phpt' but didn't work.

lordspace commented 3 years ago

oh, I checked the command line options and it seems I can pass -e 'php,php4,php5,phtml' to it doesn't process .phpt files