From 2cdd30f7d35de27602b8867c89a5a1bfdf1f1101 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Wed, 12 Aug 2015 14:09:32 +1200 Subject: [PATCH] Added basic scrutinizer config. This scrutinizer config should start generating scrutinizer badges for the mssql module. --- .scrutinizer.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .scrutinizer.yml diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 0000000..90ee591 --- /dev/null +++ b/.scrutinizer.yml @@ -0,0 +1,5 @@ +inherit: true +checks: + php: + code_rating: true + duplication: true