Passed
Pull Request — master (#77)
by Daniel
11:59
created

Checkout Config

build:
  nodes:
    analysis:
      dependencies:
        after:
          - curl -L https://download.nextcloud.com/server/releases/latest.tar.bz2 | tar xj
      tests:
        override:
          - php-scrutinizer-run
          - phpcs-run --standard=.phpcs.xml
          - js-scrutinizer-run

checks:
  php: true
  javascript: true

filter:
  excluded_paths:
    - appdata/plugins/
    - appdata/themes/
    - l10n/
    - tests/
  dependency_paths:
    - vendor/
    - nextcloud/

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
            environment:
                node:
                    version: 6.0.0
checks:
    php: true
    javascript: true
filter:
    excluded_paths:
        - '*.min.js'
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                bitwise: false
                concatenation: true