nextcloud/.scrutinizer.yml

40 lines
834 B
YAML
Raw Permalink Normal View History

before_commands:
- 'git submodule update --init --recursive'
build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
checks:
php:
excluded_dependencies:
- etsy/phan
2014-03-03 13:55:01 +04:00
filter:
excluded_paths:
- '3rdparty/*'
- 'apps/*/3rdparty/*'
2014-11-06 17:48:34 +03:00
- 'apps/*/vendor/*'
2014-03-03 13:55:01 +04:00
- 'l10n/*'
- 'core/l10n/*'
- 'apps/*/l10n/*'
- 'apps/*/tests/*'
2014-03-03 13:55:01 +04:00
- 'lib/l10n/*'
2014-11-06 01:19:11 +03:00
- 'core/vendor/*'
2014-03-03 13:55:01 +04:00
- 'core/js/tests/lib/*.js'
- 'core/js/tests/specs/*.js'
2014-03-03 13:55:01 +04:00
- 'core/js/jquery-showpassword.js'
- 'core/js/jquery-tipsy.js'
2014-06-03 18:18:06 +04:00
- 'core/js/placeholders.js'
- 'settings/l10n/*'
- 'tests/*'
- 'build/*'
- 'lib/composer/*'
2014-06-03 18:18:06 +04:00
2014-03-03 13:55:01 +04:00
imports:
- javascript
- php