# do not make build as failed if something was detected

poul-kg 2014-07-16 09:40:09 -07:00
parent 6d9dd39686
commit 6f8b665530

@ -19,4 +19,5 @@ php_mess_detector:
- "naming"
- "somedir/customruleset.xml"
allow_failures: true
zero_config: true # do not make build as failed if something was detected
```