Passed
Pull Request — master (#2)
by
unknown
03:02
created

Repository Config

filter:
    excluded_paths:
        - '*.min.js'
checks:
    javascript:
        no_var: true
        no_param_assign: false
        no_loop_var_assign: true
        no_implicit_undefined_return: false
        no_else_return: false
        no_alert: false
        eqeqeq: false

build:
    nodes:
        analysis:
            tests:
                override:
                    - js-scrutinizer-run
        tests: true

Global Config

coding_style:
    php:
        braces:
            classes_functions:
                class: new-line
                function: new-line
                closure: new-line
            if:
                opening: new-line
            for:
                opening: new-line
            while:
                opening: new-line
            do_while:
                opening: new-line
            switch:
                opening: new-line
            try:
                opening: end-of-line
        upper_lower_casing:
            constants:
                true_false_null: upper

checks:
    javascript: true