From 51c1f51276e0f5e16d59e098c7794583934805d7 Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Thu, 24 Apr 2014 13:42:15 +0200 Subject: [PATCH] Dev Updated Scrutinizer config --- .scrutinizer.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 35ce3f73826..221fd31b426 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,10 +1,8 @@ filter: - paths: ["application"] + paths: ["application/*"] tools: php_code_sniffer: config: standard: "PSR1" php_pdepend: command: pdepend - php_cs_fixer: - config: { level: psr1 }