Passed
Push — master ( d92d60...994663 )
by Markus
04:34
created

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
        classes_valid_slots: true
    javascript:
        no_implicit_undefined_return: true
        no_else_return: true
        eqeqeq: true
        no_alert: true
        no_loop_var_assign: true
        no_param_assign: true
        no_var: false

filter:
    excluded_paths:
        - "test/"
        - "*/pwiz.py"

build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: pylint-run
                        use_website_config: true
                    - py-scrutinizer-run