2016-03-07 19:52:58 +00:00
|
|
|
before_commands:
|
|
|
|
- 'git submodule update --init --recursive'
|
|
|
|
|
2018-10-17 17:46:38 +00:00
|
|
|
build:
|
|
|
|
nodes:
|
|
|
|
analysis:
|
|
|
|
tests:
|
|
|
|
override:
|
|
|
|
- php-scrutinizer-run
|
|
|
|
|
2017-07-18 18:50:39 +00:00
|
|
|
checks:
|
|
|
|
php:
|
|
|
|
excluded_dependencies:
|
|
|
|
- etsy/phan
|
|
|
|
|
2014-03-03 09:55:01 +00:00
|
|
|
filter:
|
|
|
|
excluded_paths:
|
|
|
|
- '3rdparty/*'
|
|
|
|
- 'apps/*/3rdparty/*'
|
2014-11-06 14:48:34 +00:00
|
|
|
- 'apps/*/vendor/*'
|
2014-03-03 09:55:01 +00:00
|
|
|
- 'l10n/*'
|
|
|
|
- 'core/l10n/*'
|
|
|
|
- 'apps/*/l10n/*'
|
2016-02-14 20:18:56 +00:00
|
|
|
- 'apps/*/tests/*'
|
2014-03-03 09:55:01 +00:00
|
|
|
- 'lib/l10n/*'
|
2014-11-05 22:19:11 +00:00
|
|
|
- 'core/vendor/*'
|
2014-03-03 09:55:01 +00:00
|
|
|
- 'core/js/tests/lib/*.js'
|
2014-04-03 18:05:40 +00:00
|
|
|
- 'core/js/tests/specs/*.js'
|
2014-03-03 09:55:01 +00:00
|
|
|
- 'core/js/jquery-showpassword.js'
|
|
|
|
- 'core/js/jquery-tipsy.js'
|
2014-06-03 14:18:06 +00:00
|
|
|
- 'core/js/placeholders.js'
|
2016-02-14 20:18:56 +00:00
|
|
|
- 'settings/l10n/*'
|
|
|
|
- 'tests/*'
|
|
|
|
- 'build/*'
|
2016-03-10 20:17:34 +00:00
|
|
|
- 'lib/composer/*'
|
2014-06-03 14:18:06 +00:00
|
|
|
|
2014-03-03 09:55:01 +00:00
|
|
|
imports:
|
|
|
|
- javascript
|
|
|
|
- php
|