From 9342137fd4787e228f6215821c9eac003aa9c15c Mon Sep 17 00:00:00 2001 From: Christian Beer Date: Tue, 22 Jan 2019 09:38:46 +0100 Subject: [PATCH] Scrutinizer: adjust config to remove issues in dependencies There are lots of issues with the drupal modules that are copied here as dependencies. Treat them that way to only show issues with our own code. --- .scrutinizer.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index ca42966148..2f1d19f176 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -9,11 +9,12 @@ filter: - '*.tpl.php' - '*.min.js' - 'html/inc/htmLawed.php' - - 'drupal/sites/default/boinc/modules/contrib/htmlpurifier/*' - - 'drupal/sites/all/libraries/*' - 'drupal/sites/default/modules/boinc/*' + - 'drupal/sites/default/themes/boinc/*' dependency_paths: - - 'drupal/sites/default/boinc/modules/contrib/htmlpurifier/*' + - 'drupal/sites/all/libraries/*' + - 'drupal/sites/default/boinc/modules/contrib/*' + - 'drupal/sites/default/boinc/modules/boincstats/includes/pchart/*' - 'drupal/sites/all/libraries/phpmailer/*' checks: php: