Passed
Push — master ( bead6a...6dc797 )
by
unknown
04:30
created

Repository Config

filter:
    excluded_paths:
        - 'libs/jquery.qtip.js'
checks:
    php:
        remove_extra_empty_lines: true
        fix_line_ending: true
        no_goto: true
        properties_in_camelcaps: true
        parameters_in_camelcaps: true
        more_specific_types_in_doc_comments: true
        check_method_contracts:
            verify_interface_like_constraints: true
            verify_documented_constraints: true
            verify_parent_constraints: true
    javascript:
        eqeqeq: true

coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                concatenation: true
            within:
                brackets: true
                array_initializer: true
                grouping: true
                function_call: true
                function_declaration: true
                if: true
                for: true
                while: true
                switch: true
                catch: true
        upper_lower_casing:
            keywords:
                general: lower
            constants:
                true_false_null: lower
tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true
    external_code_coverage:
        timeout: 1800    # Timeout in seconds.
    js_hint: true
    php_mess_detector: true
    sensiolabs_security_checker: true
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run