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 834B

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