Passed
Push — master ( 9eb282...d29fb6 )
by Stefan
01:17
created

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
        classes_valid_slots: true

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - py-scrutinizer-run
                    -
                        command: pylint-run
                        use_website_config: true
            environment:
                node:
                    version: 6.0.0
filter:
    excluded_paths:
        - 'tests/*'
        - 'ci/*'
    dependency_paths:
        - 'lib/*'