phpmd
Verified for current stable LTS
Phpmd Command: Exclude Specified Directories In Analysis
Use for exclude specified directories in analysis with Phpmd. Exact CLI syntax to exclude specified directories in analysis using Phpmd.
When to use this: Use for exclude specified directories in analysis with Phpmd.
Command Syntax
phpmd <path/to/file_or_directory1,path/to/file_or_directory2,...> <xml|text|html> <ruleset1,ruleset2,...> --exclude <directory_patterns> phpmd <path/to/file_or_directory1,path/to/file_or_directory2,...> <xml|text|html> <ruleset1,ruleset2,...> --exclude <directory_patterns> Command Breakdown
--exclude- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to exclude specified directories in analysis using Phpmd.
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
Phpmd Command: Display Available Rulesets Formats
phpmd Phpmd Command: Ignore Warning Suppressive Phpdoc Comments phpmd <path/to/file_or_directory> <xml|text|html> <ruleset1,ruleset2,...> --strict Phpmd Command: Include Specified Extensions In Analysis phpmd <path/to/file_or_directory> <xml|text|html> <ruleset1,ruleset2,...> --suffixes <extensions> Phpmd Command: Output Results To File phpmd <path/to/file_or_directory> <xml|text|html> <ruleset1,ruleset2,...> --reportfile <path/to/report_file> Phpmd Command: Scan File Directory For Problems phpmd <path/to/file_or_directory> <xml|text|html> <ruleset1,ruleset2,...>