Improved docs
This commit is contained in:
parent
ae22073ff0
commit
320a249153
49 changed files with 454 additions and 193 deletions
|
|
@ -1,12 +1,18 @@
|
|||
Runs PHP Copy / Paste Detector against your build.
|
||||
Plugin PHP Copy/Paste Detector
|
||||
------------------------------
|
||||
|
||||
Runs PHP Copy/Paste Detector against your build.
|
||||
|
||||
Configuration
|
||||
=============
|
||||
|
||||
## Configuration
|
||||
### Options
|
||||
|
||||
* **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').
|
||||
|
||||
### Example
|
||||
### Examples
|
||||
|
||||
```yml
|
||||
test:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue