Passed
Push — code-quality-badges ( 1c308c...b32c3e )
by Christian
02:02 queued 26s
created

Checkout Config

build:
    environment:
        php:
            version: 7.1
    root_path: './installer/'
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
filter:
    excluded_paths:
        - 'bin/*'
        - 'installer/test/*'
checks:
    php: true

Repository Config

build:
    environment:
        php:
            version: 7.1
    root_path: './installer/'
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
filter:
    excluded_paths:
        - 'bin/*'
        - 'installer/test/*'
checks:
    php: true