Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No colored console-highlighter output when running as composer command #40

Open
aleksblendwerk opened this issue Sep 13, 2020 · 0 comments

Comments

@aleksblendwerk
Copy link

aleksblendwerk commented Sep 13, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant