From 769e37f7ff8833fc6d63ea060c1b72e47997c416 Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Tue, 11 Aug 2015 14:55:39 +0200 Subject: [PATCH] Dev Updated scrutinizer config --- .scrutinizer.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index e640ba0a46a..e430d91a244 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,15 +1,9 @@ filter: excluded_paths: [framework/*, locale/*, docs/*, fonts/*, third_party/*, application/third_party/*, images/*, styles/*, styles-public/*, templates/*, themes/*, tmp/*, upload/*] paths: [application/*] -tools: - php_code_sniffer: - config: - standard: "PSR1" - php_pdepend: - command: pdepend - php_cs_fixer: - config: { level: psr1 } checks: php: code_rating: true - duplication: true \ No newline at end of file + duplication: true + one_class_per_file: true + \ No newline at end of file