Completed
Push — master ( 3d2d99...6ac670 )
by Luke
02:45 queued 01:29
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        too_many_arguments: true

coding_style:
    php:
        spaces:
            within:
                brackets: true
build:
    nodes:
        analysis:
            project_setup:
                override: ['true']
            tests:
                override: [php-scrutinizer-run]

filter:
    excluded_paths:
        - tests/*

tools:
    external_code_coverage: true

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        too_many_arguments: true

coding_style:
    php:
        spaces:
            within:
                brackets: true
build:
    nodes:
        analysis:
            project_setup:
                override: ['true']
            tests:
                override: [php-scrutinizer-run]
                
filter:
    excluded_paths:
        - tests/*

tools:
    external_code_coverage: true