You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.scrutinizer.yml 710B

1234567891011121314151617181920212223242526272829303132
  1. before_commands:
  2. - 'git submodule update --init --recursive'
  3. checks:
  4. php:
  5. excluded_dependencies:
  6. - etsy/phan
  7. filter:
  8. excluded_paths:
  9. - '3rdparty/*'
  10. - 'apps/*/3rdparty/*'
  11. - 'apps/*/vendor/*'
  12. - 'l10n/*'
  13. - 'core/l10n/*'
  14. - 'apps/*/l10n/*'
  15. - 'apps/*/tests/*'
  16. - 'lib/l10n/*'
  17. - 'core/vendor/*'
  18. - 'core/js/tests/lib/*.js'
  19. - 'core/js/tests/specs/*.js'
  20. - 'core/js/jquery-showpassword.js'
  21. - 'core/js/jquery-tipsy.js'
  22. - 'core/js/placeholders.js'
  23. - 'settings/l10n/*'
  24. - 'tests/*'
  25. - 'build/*'
  26. - 'lib/composer/*'
  27. imports:
  28. - javascript
  29. - php