From 146210cf88ada39bdf05cdff32b52a167df904a1 Mon Sep 17 00:00:00 2001 From: Roel Date: Tue, 15 Mar 2016 16:09:08 +0100 Subject: [PATCH] .yml --- phpci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/phpci.yml b/phpci.yml index cb1610c..d0f84ac 100644 --- a/phpci.yml +++ b/phpci.yml @@ -29,11 +29,11 @@ test: - "app/tests/" php_loc: directory: "app" -# php_code_sniffer: -# path: "app" -# ignore: -# - "app/views" -# standard: "PSR1,PSR2" + php_code_sniffer: + path: "app" + ignore: + - "app/views" + standard: "PSR1,PSR2" php_cpd: standard: "PSR2" path: "app" @@ -50,9 +50,9 @@ test: - "naming" - "unusedcode" zero_config: true -# php_docblock_checker: -# technical_debt: -# allowed_errors: -1 + php_docblock_checker: + technical_debt: + allowed_errors: -1 #complete: # mysql: # host: "localhost"