Passed
Push — develop ( 9d5f6f...fa4d70 )
by Michael
03:29 queued 02:06
created

Checkout Config

tools:
    external_code_coverage: true
build:
    dependencies:
        override:
            - true #stops the inferred commands from requirements.txt

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
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

coding_style:
    php: true
filter: {  }