mirror of https://github.com/BOINC/boinc.git
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:
parent
2a58c1f8c5
commit
9342137fd4
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue