From e69554810d67f7132c2ded7a7445436afdfc0292 Mon Sep 17 00:00:00 2001 From: helpfulrobot Date: Sat, 21 Nov 2015 19:31:50 +1300 Subject: [PATCH] Added standard Scrutinizer config --- .scrutinizer.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .scrutinizer.yml diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 0000000..61b0c9f --- /dev/null +++ b/.scrutinizer.yml @@ -0,0 +1,9 @@ +inherit: true + +checks: + php: + code_rating: true + duplication: true + +filter: + paths: [code/*, tests/*]