From 64cfab7de8e75917992afeebabe78a7bedc7348d Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Thu, 17 Oct 2013 03:14:53 -0700 Subject: [PATCH] Created Php copy paste detector plugin (markdown) --- Php-copy-paste-detector-plugin.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Php-copy-paste-detector-plugin.md diff --git a/Php-copy-paste-detector-plugin.md b/Php-copy-paste-detector-plugin.md new file mode 100644 index 0000000..0df4b20 --- /dev/null +++ b/Php-copy-paste-detector-plugin.md @@ -0,0 +1,5 @@ +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