We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using version 0.14.3 of grumphp.
0.14.3
I'm wondering if it's possible to pass multiple directories to the phpcpd task.
My task is configured as follows:
tasks: phpcpd: directory: src/foo src/bar triggered_by: - php
But when I run grumphp, I get the following result:
The "src/foo src/bar" directory does not exist.
When I execute the following command via the command line, it correctly checks both directories:
vendor/sebastian/phpcpd/phpcpd src/foo src/bar
The text was updated successfully, but these errors were encountered:
Fixed in #697
Sorry, something went wrong.
No branches or pull requests
I'm using version
0.14.3
of grumphp.I'm wondering if it's possible to pass multiple directories to the phpcpd task.
My task is configured as follows:
But when I run grumphp, I get the following result:
When I execute the following command via the command line, it correctly checks both directories:
The text was updated successfully, but these errors were encountered: