Passed
Pull Request — master (#388)
by Oleksandr
02:53
created

Checkout Config

build:
    environment:
        python: 3.6
    nodes:
        analysis:
            project_setup:
                override:
                    - pip install sklearn pandas numpy textblob nltk scipy
            tests:
                override:
                    - py-scrutinizer-run
                    -
                        command: pylint-run
                        use_website_config: true
        tests: true
checks:
    python:
        code_rating: true
        duplicate_code: true
filter:
    excluded_paths:
        - '*/test/*'
    dependency_paths:
        - 'lib/*'

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - py-scrutinizer-run
                    -
                        command: pylint-run
                        use_website_config: true
        tests: true
filter:
    excluded_paths:
        - '*/test/*'
    dependency_paths:
        - 'lib/*'