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

Progress is not shown when using non-default report format #85

Open jrfnl opened 2 years ago

jrfnl commented 2 years ago

Looks like the progress reporting is only shown for the default "text" report and not when any of the other report formats are used.

IMO progress reporting should function independently of which report format is being used.

Also progress should always be written to stderr so it doesn't interfere with commands piping the output (stdout) onto a next command.