Completed
Push — master ( a4e567...8b9789 )
by Luke
01:54
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