From 61e5d3b3d240cdb94c7fa66d3e3b5321a7a0cb15 Mon Sep 17 00:00:00 2001 From: helpfulrobot Date: Wed, 18 Nov 2015 14:36:54 +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/*]