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

Add an example of excluding a module to the readme #262

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jonnyeom
Copy link

@jonnyeom jonnyeom commented Feb 4, 2022

Perhaps this example could help future users?

Opening because of #261

* Check all contrib modules except the address module:

```
drupal-check web/modules/contrib -e */address/*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to use quotes around the path pattern in my shell, or I got an error:
zsh: no matches found: */source/_twig-components/*

Copy link
Contributor

@byrond byrond left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was helpful to me, since I didn't know how to use the --exclude-dir option otherwise and didn't know it required the use of wildcards.

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

Successfully merging this pull request may close these issues.

None yet

2 participants