Passed
Pull Request — master (#424)
by Juan José
01:36
created

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            dependencies:
                before:
                    - pip install https://github.com/greenbone/ospd/archive/master.zip
            tests:
                override:
                    - py-scrutinizer-run
                    -
                        command: pylint-run
                        use_website_config: true
#        tests: true
    environment:
        python: 3.7
filter:
    excluded_paths:
        - '*/test/*'
    dependency_paths:
        - 'lib/*'