Passed
Push — master ( d0ec95...4e9ce4 )
by Jean-Christophe
02:03
created

Checkout Config

filter:
    excluded_paths:
        - Ajax/JsUtils.php
        - Ajax/php/
checks:
    php:
        code_rating: true
        duplication: true
build:
    nodes:
        analysis:
            project_setup:
                override: true
            tests:
                override: [php-scrutinizer-run]

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                assignment: false
                equality: false
                relational: false
                bitwise: false
                additive: false
                multiplicative: false
            before_keywords:
                catch: false
            other:
                after_type_cast: false