Add an example of excluding a module to the readme#262
Open
jonnyeom wants to merge 1 commit intomglaman:mainfrom
Open
Add an example of excluding a module to the readme#262jonnyeom wants to merge 1 commit intomglaman:mainfrom
jonnyeom wants to merge 1 commit intomglaman:mainfrom
Conversation
byrond
reviewed
Jun 3, 2022
| * Check all contrib modules except the address module: | ||
|
|
||
| ``` | ||
| drupal-check web/modules/contrib -e */address/* |
Contributor
There was a problem hiding this comment.
I had to use quotes around the path pattern in my shell, or I got an error:
zsh: no matches found: */source/_twig-components/*
byrond
reviewed
Jun 3, 2022
Contributor
byrond
left a comment
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Perhaps this example could help future users?
Opening because of #261