Completed
Push — develop ( c3cb33...833e11 )
by Baptiste
03:53
created

Checkout Config

tools:
    external_code_coverage:
        runs: 1
filter:
    excluded_paths:
        - tests/*

Repository Config

checks:
    php:
        fix_php_opening_tag: false
        remove_php_closing_tag: false
        no_mixed_inline_html: false
        require_braces_around_control_structures: false
        psr2_control_structure_declaration: false
        avoid_superglobals: false
        security_vulnerabilities: false
        no_exit: false
filter: {  }
coding_style:
    php: true

build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run