Merge pull request #56 from bochkovprivate/master
Remove copy-paste from phpcpd plugin docs :)
This commit is contained in:
commit
ee03c8b300
1 changed files with 0 additions and 2 deletions
|
|
@ -10,14 +10,12 @@ Configuration
|
|||
|
||||
* **path** - Optional - Path in which to run PHP Copy/Paste Detector (default: build root).
|
||||
* **ignore** - Optional - A list of files / paths to ignore (default: build_settings > ignore).
|
||||
* **standard** [string, optional] - which PSR standard to follow (default: 'PSR1').
|
||||
|
||||
### Examples
|
||||
|
||||
```yml
|
||||
test:
|
||||
php_cpd:
|
||||
standard: "PSR2"
|
||||
path: "app"
|
||||
ignore:
|
||||
- "app/my/path"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue