Completed
Push — master ( 150d68...12ba57 )
by Giovanni
08:44
created

Checkout Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true

tools:
    external_code_coverage: true

checks:
    php: true

coding_style:
    php:
        indentation:
            general:
                size: 1

filter:
    excluded_paths:
        - test/*

Repository Config

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