Updated Php copy paste detector plugin (markdown)

Sam Jordan 2014-08-02 04:18:03 -07:00
commit b880b21f33

@ -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.
* **ignore** - Optional - A list of files / paths to ignore, defaults to the build_settings ignore list.
### Example config:
```yml
php_cpd:
path: "app"
```