Completed
Push — master ( 6da0c2...1e2009 )
by Nazar
06:37 queued 17s
created

Repository Config

filter:
    excluded_paths:
        - modules/Composer/ansispan.php
        - modules/HybridAuth/Hybrid/
        - modules/Uploader/Mime/Mime.php
        - core/thirdparty/
        - tests/
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
        simplify_boolean_return: true
        return_doc_comments: true
        parameter_doc_comments: true
        more_specific_types_in_doc_comments: true
        symfony_request_injection: false
        require_scope_for_methods: false
        non_commented_empty_catch_block: true
        no_error_suppression: false
        fix_doc_comments: false
        avoid_entity_manager_injection: false
        variable_existence: false
        encourage_shallow_comparison: false
        verify_property_names: false
        duplication: false
        sql_injection_vulnerabilities: false
        no_eval: true
        overriding_parameter: false
        return_doc_comment_if_not_inferrable: true
        no_goto: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            before_parentheses:
                function_declaration: true
                closure_definition: true
            around_operators:
                concatenation: false
            other:
                after_type_cast: false
        braces:
            classes_functions:
                class: end-of-line
                function: end-of-line
                closure: end-of-line
            if:
                opening: end-of-line
            for:
                opening: end-of-line
            while:
                opening: end-of-line
            do_while:
                opening: end-of-line
            switch:
                opening: end-of-line
            try:
                opening: end-of-line
        upper_lower_casing:
            keywords:
                general: lower
            constants:
                true_false_null: lower
tools:
    php_analyzer:
        config:
            checkstyle:
                enabled: false
    external_code_coverage:
        runs: 3
        timeout: 900
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run