Skip to content
Snippets Groups Projects
Select Git revision
  • c7e204bd3674b616faddbb0b88187f94638e5b01
  • master default protected
2 results

.scrutinizer.yml

Blame
  • .scrutinizer.yml 452 B
    filter:
        excluded_paths:
            - '3rdparty/*'
            - 'apps/*/3rdparty/*'
            - 'apps/*/vendor/*'
            - 'l10n/*'
            - 'core/l10n/*'
            - 'apps/*/l10n/*'
            - 'lib/l10n/*'
            - 'core/vendor/*'
            - 'core/js/tests/lib/*.js'
            - 'core/js/tests/specs/*.js'
            - 'core/js/jquery-showpassword.js'
            - 'core/js/jquery-tipsy.js'
            - 'core/js/placeholders.js'
    
    
    imports:
        - javascript
        - php