From 2885c4b12932b3a5cda76a89dc17782eda2d85c4 Mon Sep 17 00:00:00 2001 From: Paminger Date: Sun, 20 Mar 2016 14:07:20 +0100 Subject: [PATCH] No DocBlockChecker --- phpci.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/phpci.yml b/phpci.yml index 0028c5c4a..01f0aee0a 100644 --- a/phpci.yml +++ b/phpci.yml @@ -28,19 +28,17 @@ test: - "application/" recursive: true php_loc: - php_docblock_checker: - path: "application/controllers/" - allowed_warnings: 100 - skip_classes: false +# php_docblock_checker: +# path: "application/controllers/" +# allowed_warnings: 100 +# skip_classes: false php_code_sniffer: - path: "application/controllers" -# ignore: -# - "backend/application/views" + path: "application/controllers/" standard: "tests/codesniffer/FHComplete" allowed_errors: 100 allowed_warnings: 200 - codeception: - config: "tests" +# codeception: +# config: "tests/codeception/" # php_unit: # directory: "tests/phpunit/"