From 1fe90397b3f534694154d3ab66d2fb108f09461c Mon Sep 17 00:00:00 2001 From: Christopher Pitt Date: Sat, 7 Nov 2015 11:14:50 +1300 Subject: [PATCH] Added Scrutinizer support --- .scrutinizer.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .scrutinizer.yml diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 0000000..d9de4d0 --- /dev/null +++ b/.scrutinizer.yml @@ -0,0 +1,12 @@ +inherit: true + +tools: + external_code_coverage: true + +checks: + php: + code_rating: true + duplication: true + +filter: + paths: [code/*, tests/*]