From 85fa18397c9732bdda32344e12878404c8aa689c Mon Sep 17 00:00:00 2001 From: paolo Date: Fri, 22 Jul 2016 16:48:21 +0200 Subject: [PATCH] Disabled phpcs --- phpci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/phpci.yml b/phpci.yml index 9d0a33606..85b626606 100644 --- a/phpci.yml +++ b/phpci.yml @@ -36,11 +36,11 @@ test: # path: "application/controllers/" # allowed_warnings: 100 # skip_classes: false - php_code_sniffer: - path: "application/controllers/" - standard: "tests/codesniffer/FHComplete" - allowed_errors: 200 - allowed_warnings: 200 +# php_code_sniffer: +# path: "application/controllers/" +# standard: "tests/codesniffer/FHComplete" +# allowed_errors: 200 +# allowed_warnings: 200 codeception: config: "tests/codeception/" path: "tests/codeception/_output/"