Passed
Push — feature/eco-and-css-namespace-... ( 5c8d5a...bc7748 )
by Volodymyr
03:46
created

Checkout Config

build:
    environment:
        php:
            version: 7.1

checks:
    php:
        code_rating: true

filter:
    excluded_paths:
    - config/*
    - tests/*
    - src/Generated/*
    - src/Pyz/*

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            within:
                brackets: true
filter: {  }