php-parallel-lint / PHP-Parallel-Lint

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

Suggestion: always display the application version in console #95

Closed jrfnl closed 5 months ago

jrfnl commented 2 years ago

Currently when running the application, the first line of the console output looks like this:

PHP 8.1.2 | 10 parallel jobs

I'd like to suggest including the name and version of this application in this line, like so:

PHP-Parallel-Lint 1.3.1 | PHP 8.1.2 | 10 parallel jobs

Opinions ?

mfn commented 2 years ago

Makes sense and good behaviour. Might it break scripts parsing the output? IDE integrations or something? … 🤷🏼

jrfnl commented 2 years ago

Might it break scripts parsing the output? IDE integrations or something? … 🤷🏼

Good question, though I don't think that will really be an issue. IDE integrations and such will normally use a different report format, like --checkstyle or --json, not the plain text console output.