Passed
Push — master ( c61fca...cecf29 )
by Mike
02:29
created

Checkout Config

build:
    environment:
        php: '7.1'
        node: '8.10.0'
    dependencies:
        before:
            - 'rm -rf ./node_modules'
            - 'npm cache -f clear'
            - 'composer remove --dev spryker/git-hook'

    tests:
        override:
            -
              command: 'vendor/bin/codecept run --coverage --coverage-xml'
              coverage:
                file: 'tests/_output/coverage.xml'
                format: 'clover'

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
filter:
    excluded_paths:
        - 'bin/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true