Passed
Push — main ( 8e7bee...1b2816 )
by Seth
04:20 queued 02:38
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