Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Demonstrate option of specifying path to custome xml ruleset in readme
  • Loading branch information
ABaldwinHunter committed Dec 8, 2015
commit 0662aade66302783c0fcc868869550942ffedb82
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Format the values for these config options per the [PHPMD documentation](http://
enabled: true
config:
file_extensions: "php"
rulesets: "unusedcode"
rulesets: "unusedcode,codesize,naming,optional_relative_path_to_custom_ruleset.xml"
ratings:
paths:
- "**.php"
Expand Down