php-censor/docs/en/plugins/php_cpd.md
2018-01-20 16:52:45 +07:00

23 lines
440 B
Markdown

Plugin PHP Copy/Paste Detector
==============================
Runs PHP Copy/Paste Detector against your build.
Configuration
-------------
### Options
* **path** - Optional - Path in which to run PHP Copy/Paste Detector (default: `%BUILD_PATH%`).
* **ignore** - Optional - A list of files / paths to ignore (default: build_settings > ignore).
### Examples
```yml
test:
php_cpd:
path: "app"
ignore:
- "app/my/path"
```