From 64fc4d0703b54273be9ac231832da6a43c7b225e Mon Sep 17 00:00:00 2001 From: helpfulrobot Date: Wed, 18 Nov 2015 14:36:12 +1300 Subject: [PATCH] Added standard Scrutinizer config --- .scrutinizer.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 7136238..61b0c9f 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,9 +1,9 @@ inherit: true checks: - php: - code_rating: true - duplication: true + php: + code_rating: true + duplication: true filter: - paths: [code/*, tests/*] + paths: [code/*, tests/*]