From 0662aade66302783c0fcc868869550942ffedb82 Mon Sep 17 00:00:00 2001 From: ABaldwinHunter Date: Tue, 8 Dec 2015 17:59:25 -0500 Subject: [PATCH] Demonstrate option of specifying path to custome xml ruleset in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f9dc98..321b346 100644 --- a/README.md +++ b/README.md @@ -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"