Updated Php copy paste detector plugin (markdown)
parent
18721e42b1
commit
b880b21f33
1 changed files with 8 additions and 1 deletions
|
|
@ -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"
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue