From d7c53c1d022caa7561877933b22fda0006e52cea Mon Sep 17 00:00:00 2001 From: Jonny Eom Date: Fri, 4 Feb 2022 12:13:02 -0500 Subject: [PATCH] Add an example of excluding a module to the readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 593904d..9ceae7e 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,12 @@ Examples: drupal-check -ad web/modules/contrib/address ``` +* Check all contrib modules except the address module: + + ``` + drupal-check web/modules/contrib -e */address/* + ``` + ## Drupal Check - VS Code Extension You can run Drupal Check from VSCode using this extension: https://marketplace.visualstudio.com/items?itemName=bbeversdorf.drupal-check