From d4b24dab326d7b34cc8c5b4adc5e38bdce204be3 Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Fri, 10 May 2013 17:07:00 +0100 Subject: [PATCH] Removing PHPCS from our build, as the project is not at all PSR2 compliant. --- phpci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/phpci.yml b/phpci.yml index 9a77a52e..5b4442f5 100644 --- a/phpci.yml +++ b/phpci.yml @@ -8,8 +8,5 @@ ignore: test: php_mess_detector: allow_failures: true - php_code_sniffer: - standard: "PSR2" - allow_failures: true php_cpd: allow_failures: true \ No newline at end of file