You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run PHP-Parallel-Lint as a composer command, e.g. defined like this:
"lint": "vendor/bin/parallel-lint --colors --exclude bin/.phpunit --exclude var --exclude vendor ."
there is no highlighting in the code snippets. There is a red "X" among the dots that indicate each checked file though, so it seems enforcing --colors does not apply to the highlighter output.
When I run the same command without composer the colors are present.
The text was updated successfully, but these errors were encountered:
When I run PHP-Parallel-Lint as a
composer
command, e.g. defined like this:there is no highlighting in the code snippets. There is a red "X" among the dots that indicate each checked file though, so it seems enforcing
--colors
does not apply to the highlighter output.When I run the same command without
composer
the colors are present.The text was updated successfully, but these errors were encountered: