From 4d2be3d1bee4f1ab3e5ad7826891d30b5e0bb1d8 Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Mon, 12 May 2014 17:12:26 +0100 Subject: [PATCH] Updating project to prevent any PHPMD or PHPCS errors creeping in --- phpci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/phpci.yml b/phpci.yml index 697e6e7c..050c6e75 100644 --- a/phpci.yml +++ b/phpci.yml @@ -13,9 +13,11 @@ setup: test: php_mess_detector: - allowed_warnings: 10 # Set max warnings at the current level - Disallow any further errors creeping in. + allowed_warnings: 0 php_code_sniffer: standard: "PSR2" + allowed_warnings: 0 + allowed_errors: 0 php_loc: php_unit: php_docblock_checker: