Created Php mess detector plugin (markdown)

Dan Cryer 2013-10-17 03:21:40 -07:00
parent a6459dc724
commit 330b603b90

@ -0,0 +1,8 @@
Runs PHP Mess Detector against your build. Records some key metrics, and also reports errors and warnings.
### Configuration Options:
* **suffixes** - Optional - An array of file extensions to check.
* **ignore** - Optional - An array of files/paths to ignore, defaults to the build_settings ignore list.
* **path** - Optional - Directory in which PHPMD should run.
* **rules** - Optional - Array of rulesets that PHPMD should use when checking your build.