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

Configuration parameters excludes_analyse and excludePaths cannot be used at the same time. #241

Closed
humbal opened this issue Aug 4, 2021 · 1 comment

Comments

@humbal
Copy link

humbal commented Aug 4, 2021

How is drupal-check installed?

drupal-check is installed globally using composer global require mglaman/drupal-check

Environment:

  • OS: Windows
  • PHP Version: 7.3.13
  • Drupal core: 8.9.17
  • XAMPP: V3.2.4
  • Web Server: Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.13
  • DB: 5.5.5-10.4.11-MariaDB
  • Memory Limit: 1024M

Describe the bug
I followed the instruction provided by your documentation:

  1. drupal-check is installed globally using composer global require mglaman/drupal-check
  2. Used composer to set up new Drupal project
  3. Run drupal-check command :
    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.

@mglaman
Copy link
Owner

mglaman commented Nov 15, 2021

Fixed with #235 and has been released.

@mglaman mglaman closed this as completed Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants