Updated Php mess detector plugin (markdown)

Dan Cryer 2014-05-09 03:30:34 -07:00
commit 8aeded5ca3

@ -2,6 +2,7 @@ Runs PHP Mess Detector against your build. Records some key metrics, and also re
### Configuration Options:
* **allowed_warnings** - Optional - The warning limit for a successful build.
* **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.