https://github.com/owncloud/core
Raw File
Tip revision: 9e0c856148b286b8f73866a5c74f485c8294b7c5 authored by Thomas Müller on 13 August 2018, 07:57:57 UTC
Fixes #32270 - continue with upgrade even if the market app cannot be enabled/installed
Tip revision: 9e0c856
.scrutinizer.yml
before_commands:
  - 'git submodule update --init --recursive'

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/*'
        - 'lib/composer/*'

imports:
    - javascript
    - php
back to top