From 67678944d99a3f50edd5ba328636116b8c6a6fc9 Mon Sep 17 00:00:00 2001 From: helpfulrobot Date: Wed, 18 Nov 2015 15:01:24 +1300 Subject: [PATCH] Added standard Scrutinizer config --- .scrutinizer.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 866404e..61b0c9f 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1 +1,9 @@ inherit: true + +checks: + php: + code_rating: true + duplication: true + +filter: + paths: [code/*, tests/*]