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