Improved Pdepend plugin documentation. Issue #143.

This commit is contained in:
Dmitry Khomutov 2018-01-20 16:52:45 +07:00
parent 7db036e956
commit 3e34e06c68
No known key found for this signature in database
GPG key ID: EC19426474B37AAC
3 changed files with 10 additions and 3 deletions

View file

@ -8,4 +8,11 @@ Configuration
### Options
* **directory** - Required - Directory in which to run PDepend.
* **directory** [string, optional] - Directory in which to run PDepend (default: `%BUILD_PATH%`).
### Examples
```yaml
pdepend:
directory: ./src
```

View file

@ -15,7 +15,7 @@ Configuration
### Examples
```
```yaml
phar:
directory: /path/to/directory
filename: foobar.phar

View file

@ -8,7 +8,7 @@ Configuration
### Options
* **path** - Optional - Path in which to run PHP Copy/Paste Detector (default: build root).
* **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