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

12345678910111213141516171819202122232425262728
  1. filter:
  2. excluded_paths:
  3. - '3rdparty/*'
  4. - 'apps/*/3rdparty/*'
  5. - 'l10n/*'
  6. - 'core/l10n/*'
  7. - 'apps/*/l10n/*'
  8. - 'lib/l10n/*'
  9. - 'core/js/tests/lib/*.js'
  10. - 'core/js/tests/specs/*.js'
  11. - 'core/js/jquery-1.10.0.js'
  12. - 'core/js/jquery-1.10.0.min.js'
  13. - 'core/js/jquery-migrate-1.2.1.js'
  14. - 'core/js/jquery-migrate-1.2.1.min.js'
  15. - 'core/js/jquery-showpassword.js'
  16. - 'core/js/jquery-tipsy.js'
  17. - 'core/js/jquery-ui-1.10.0.custom.js'
  18. - 'core/js/jquery.inview.js'
  19. - 'core/js/placeholders.js'
  20. - 'core/js/underscore.js'
  21. - 'core/js/jquery.multiselect.js'
  22. - 'core/js/snap.js'
  23. - 'core/js/jquery.placeholder.js'
  24. imports:
  25. - javascript
  26. - php