From 3d66add0af736ed84b1e26f2ddcd0996908edfdf Mon Sep 17 00:00:00 2001 From: Adrien Loison Date: Thu, 9 Jun 2016 08:24:00 -0700 Subject: [PATCH] Update .scrutinizer.yml --- .scrutinizer.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 9794aff..937154c 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -16,7 +16,8 @@ tools: php_loc: enabled: true excluded_dirs: [vendor, tests] - php_cpd: + php_cpd: false # Must be disabled to use php_sim instead + php_sim: enabled: true excluded_dirs: [vendor, tests]