From 9a1d0d60700b62d40c55eb41403acdd8343f0fcb Mon Sep 17 00:00:00 2001 From: Manuel Reinhard Date: Sun, 10 May 2020 14:16:23 +0200 Subject: [PATCH] Update scrutinizer config --- .scrutinizer.yml | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index a4d1fea4..b3f79cef 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,17 +1,13 @@ checks: - php: true + php: true filter: - excluded_paths: - - tests/* + excluded_paths: + - tests/* build: - nodes: - tests: true - analysis: - tests: - override: - - - command: phpcs-run - use_website_config: true - - php-scrutinizer-run \ No newline at end of file + nodes: + analysis: + tests: + override: + - php-scrutinizer-run \ No newline at end of file