Updating phpci.yml to allow the current level of PHPMD errors, but no more than that.

This commit is contained in:
Dan Cryer 2014-04-25 11:29:00 +00:00
parent 66bfcea8ed
commit c63bbea999

View file

@ -8,6 +8,7 @@ build_settings:
test:
php_mess_detector:
allowed_warnings: 31 # Set max warnings at the current level - Disallow any further errors creeping in.
php_code_sniffer:
standard: "PSR2"
php_loc: