From b880b21f339ce5e900168ff642813162bef47a5d Mon Sep 17 00:00:00 2001 From: Sam Jordan Date: Sat, 2 Aug 2014 04:18:03 -0700 Subject: [PATCH] Updated Php copy paste detector plugin (markdown) --- Php-copy-paste-detector-plugin.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Php-copy-paste-detector-plugin.md b/Php-copy-paste-detector-plugin.md index 0df4b20..511faff 100644 --- a/Php-copy-paste-detector-plugin.md +++ b/Php-copy-paste-detector-plugin.md @@ -2,4 +2,11 @@ Runs PHP Copy / Paste Detector against your build. ### Configuration Options: * **path** - Optional - Path in which to run PHP Copy/Paste Detector. -* **ignore** - Optional - A list of files / paths to ignore, defaults to the build_settings ignore list. \ No newline at end of file +* **ignore** - Optional - A list of files / paths to ignore, defaults to the build_settings ignore list. + +### Example config: + +```yml +php_cpd: + path: "app" +``` \ No newline at end of file