Completed
Push — master ( f16f73...9ec25c )
by Giovanni
10:08
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