Passed
Branch v1.5.1 (4bb283)
by Wanderson
02:13
created

Repository Config

filter:
    excluded_paths:
        - 'dev/tests/'
        - 'tests/'
    dependency_paths:
        - 'www/vendor/PHPMailer/*'
        - 'www/libs/vendor/*'
checks:
    php:
        fix_php_opening_tag: true
        remove_php_closing_tag: true
        no_mixed_inline_html: true
        require_braces_around_control_structures: true
        psr2_control_structure_declaration: true
        avoid_superglobals: true
        security_vulnerabilities: true
        no_exit: false
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                concatenation: true


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