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
How is drupal-check installed?
drupal-check is installed globally using composer global require mglaman/drupal-check
composer global require mglaman/drupal-check
Environment:
Describe the bug I followed the instruction provided by your documentation:
drupal-check -d web/modules/custom/<custom_module_name>
Console output I got the following error when I ran the above code in the console:
Configuration parameters excludes_analyse and excludePaths cannot be used at the same time.
Parameter excludes_analyse has been deprecated so use excludePaths only from now on.
The text was updated successfully, but these errors were encountered:
Fixed with #235 and has been released.
Sorry, something went wrong.
No branches or pull requests
How is drupal-check installed?
drupal-check is installed globally using
composer global require mglaman/drupal-check
Environment:
Describe the bug
I followed the instruction provided by your documentation:
composer global require mglaman/drupal-check
drupal-check -d web/modules/custom/<custom_module_name>
Console output
I got the following error when I ran the above code in the console:
Configuration parameters excludes_analyse and excludePaths cannot be used at the same time.
Parameter excludes_analyse has been deprecated so use excludePaths only from now on.
The text was updated successfully, but these errors were encountered: