Completed
Push — master ( 18ca2d...da391c )
by Pierre
02:10
created

Checkout Config

filter:
    excluded_paths: [vendor/*, tests/*]

checks:
    php:
        code_rating: true
        duplication: true

tools:
    php_cs_fixer: false
    external_code_coverage:
        timeout: 1800

Repository Config

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