From 0bdb81f718b4503b11fdd617c054862049082021 Mon Sep 17 00:00:00 2001 From: Simon Welsh Date: Wed, 28 Aug 2013 20:41:38 +1200 Subject: [PATCH] Enable PDepend metrics through Scrutinizer --- .scrutinizer.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index f2af4b2a2..af75ba3b4 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,4 +1,12 @@ tools: + php_pdepend: + enabled: true + excluded_dirs: + - vendor + - thirdparty + - tests + - parsers/HTML/BBCodeParser + - docs custom_commands: - scope: file