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.
This commit is contained in:
Christian Beer 2019-01-22 09:38:46 +01:00
parent 2a58c1f8c5
commit 9342137fd4
1 changed files with 4 additions and 3 deletions

View File

@ -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: