Updated Php mess detector plugin (markdown)

Mike Bronner 2015-04-01 20:54:49 -07:00
parent 818e9b2740
commit 3aba66b2ec

@ -14,10 +14,10 @@ Runs PHP Mess Detector against your build. Records some key metrics, and also re
test:
php_mess_detector:
rules:
- "codesize"
- "unusedcode"
- "naming"
- "somedir/customruleset.xml"
- "codesize"
- "unusedcode"
- "naming"
- "somedir/customruleset.xml"
allow_failures: true
zero_config: true # do not make build as failed if something was detected
```