From 10cd4e78212a18ccdfe13094363c8dd258bf3961 Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Fri, 25 Apr 2014 12:35:36 +0100 Subject: [PATCH] Updating allowed PHPMD warning limit --- phpci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpci.yml b/phpci.yml index 7cad819a..52330436 100644 --- a/phpci.yml +++ b/phpci.yml @@ -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: