From c77b3ec90220b6f3952a0b041bc7de0b8cff5f24 Mon Sep 17 00:00:00 2001 From: helpfulrobot Date: Sat, 21 Nov 2015 19:35:45 +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/*]