.scrutinizer.yml 594 B

123456789101112131415161718192021222324
  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/jquery-1.10.0.min.js'
  11. - 'core/js/jquery-migrate-1.2.1.min.js'
  12. - 'core/js/jquery-showpassword.js'
  13. - 'core/js/jquery-tipsy.js'
  14. - 'core/js/jquery.infieldlabel.js'
  15. - 'core/js/jquery-ui-1.10.0.custom.js'
  16. - 'core/js/jquery.inview.js'
  17. - 'core/js/jquery.placeholder.js'
  18. imports:
  19. - javascript
  20. - php