From 28a7c439f0c977ff9207c00da1608d0872000e8a Mon Sep 17 00:00:00 2001 From: Tom Hutchison Date: Wed, 22 Feb 2017 09:11:33 -0500 Subject: [PATCH] fix scrutinizer with a .yml file --- .scrutinizer.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .scrutinizer.yml diff --git a/.scrutinizer.yml b/.scrutinizer.yml new file mode 100644 index 0000000..474553d --- /dev/null +++ b/.scrutinizer.yml @@ -0,0 +1,4 @@ +checks: + php: + code_rating: true + duplication: true \ No newline at end of file