php-censor/docs/en/plugins/pdepend.md

19 lines
283 B
Markdown
Raw Permalink Normal View History

2016-07-19 11:12:28 +02:00
Plugin Pdepend
2017-01-04 13:22:20 +01:00
==============
2016-07-19 11:12:28 +02:00
2016-07-17 16:20:35 +02:00
Runs [PDepend](http://pdepend.org/) software metrics.
2016-07-19 11:12:28 +02:00
Configuration
2017-01-04 13:22:20 +01:00
-------------
2016-07-19 11:12:28 +02:00
### Options
2016-07-17 16:20:35 +02:00
* **directory** [string, optional] - Directory in which to run PDepend (default: `%BUILD_PATH%`).
### Examples
```yaml
pdepend:
directory: ./src
```