https://github.com/owncloud/core
Raw File
Tip revision: 0945cb7a0ed07a3559139552ef3be82bb895aac5 authored by C Montero-Luque on 06 March 2016, 22:51:05 UTC
9.0.0 RC3
Tip revision: 0945cb7
.scrutinizer.yml
filter:
    excluded_paths:
        - '3rdparty/*'
        - 'apps/*/3rdparty/*'
        - 'apps/*/vendor/*'
        - 'l10n/*'
        - 'core/l10n/*'
        - 'apps/*/l10n/*'
        - 'apps/*/tests/*'
        - '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'
        - 'settings/l10n/*'
        - 'tests/*'
        - 'build/*'


imports:
    - javascript
    - php
back to top