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

How to hide progress? #143

Closed realtebo closed 1 year ago

realtebo commented 1 year ago

I'd like to hide progress (dots and 'X'es and percentages) to have a more clean output to be parsed by a CI/CD tool.

I cannot find the option to hide progress.

I'd like only file names of files with syntax erros

jrfnl commented 1 year ago

You mean --no-progress ?

Ref: https://github.com/php-parallel-lint/PHP-Parallel-Lint#command-line-options

realtebo commented 1 year ago

Sorry, my fault