Updating allowed PHPMD warning limit

This commit is contained in:
Dan Cryer 2014-04-25 12:35:36 +01:00
parent 77ce6b3c1d
commit ad46926854

View file

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