From cd6d1e697181852428f95a6f97973bdb8322f3eb Mon Sep 17 00:00:00 2001 From: jmontoyaa Date: Thu, 28 Dec 2017 08:22:40 +0100 Subject: [PATCH] Update --- .scrutinizer.yml | 48 +++++++++--------------------------------------- 1 file changed, 9 insertions(+), 39 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index d60feed53c..8e98d32b10 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -24,7 +24,6 @@ build: neo4j: false rabbitmq: false - checks: php: no_trailing_whitespace: true @@ -99,48 +98,19 @@ coding_style: true_false_null: lower tools: - php_analyzer: false + php_analyzer: true php_mess_detector: true -# extensions: -# - php -# command: phpmd -# config: -# rulesets: -# - codesize - -# php_analyzer: -# enabled: true -# filter: -# excluded_paths: -# - 'tests/*' -# extensions: -# - php -# php_code_sniffer: -# enabled: true -# config: -# standard: PSR2 -# extensions: -# - php -# command: phpcs -# filter: -# excluded_paths: -# - 'tests/*' -# sensiolabs_security_checker: -# enabled: true -# php_pdepend: -# command: pdepend -# configuration_file: ~ -# suffixes: -# - php -# excluded_dirs: -# - 'vendor' -# - 'tests/*' -# enabled: true -# php_code_coverage: true + php_cs_fixer: true + php_code_sniffer: + config: + standard: PSR2 + php_code_coverage: true + php_pdepend: true + php_loc: true filter: - excluded_paths: + excluded_paths: - 'cli-config.php' - 'app/cache/*' - 'app/logs/*'