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

123456789101112131415161718192021
  1. filter:
  2. excluded_paths:
  3. - '3rdparty/*'
  4. - 'apps/*/3rdparty/*'
  5. - 'apps/*/vendor/*'
  6. - 'l10n/*'
  7. - 'core/l10n/*'
  8. - 'apps/*/l10n/*'
  9. - 'lib/l10n/*'
  10. - 'core/vendor/*'
  11. - 'core/js/tests/lib/*.js'
  12. - 'core/js/tests/specs/*.js'
  13. - 'core/js/jquery-showpassword.js'
  14. - 'core/js/jquery-tipsy.js'
  15. - 'core/js/jquery-ui-1.10.0.custom.js'
  16. - 'core/js/placeholders.js'
  17. imports:
  18. - javascript
  19. - php