From 7639f28244017e0e428210a6ab03fb9cf0ff69d0 Mon Sep 17 00:00:00 2001 From: helpfulrobot Date: Sat, 21 Nov 2015 19:34:48 +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/*]