drupal-check
Verified for current stable LTS
Drupal Check Command: Exclude Directories From Check
Use for exclude directories from check with Drupal Check. Exact CLI syntax to exclude directories from check using Drupal Check.
When to use this: Use for exclude directories from check with Drupal Check.
Command Syntax
drupal-check -e <path/to/excluded_directory>,<path/to/excluded_files/*.php> <path/to/directory> drupal-check -e <path/to/excluded_directory>,<path/to/excluded_files/*.php> <path/to/directory> Command Breakdown
-e- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to exclude directories from check using Drupal Check.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Drupal Check Command: Check Code For Deprecations
drupal-check <path/to/directory> Drupal Check Command: Disable Progress Bar drupal-check --no-progress <path/to/directory> Drupal Check Command: Perform Static Analysis drupal-check -a <path/to/directory> Grep Command: Use Extended Regexes Case Insensitive grep -Ei "<search_pattern>" <path/to/file> Ed Command: Start Interactive Editor Loose Exit Status ed -l