Passed
Branch main (8e7bee)
by Seth
02:33
created

Repository Config

build:  
    nodes:
        analysis:
            dependencies:
                before:
                    - sudo apt-get install -y libsasl2-dev python-dev libldap2-dev libssl-dev
                    - pip install --upgrade enum34 python-ldap
                    - pip install octoprint

Global Config

checks:
    python:
        duplicate_code: true
        code_rating: true
    javascript:
        no_var: true

build:  
    tests: true
    nodes:
        analysis:
            dependencies:
                before:
                    - pip install --upgrade enum34
                    - pip install octoprint
            tests:
                override:
                    - py-scrutinizer-run
                    - js-scrutinizer-run
                    - pylint-run