Passed
Pull Request — master (#111)
by
unknown
03:55
created

Checkout Config

checks:
    python:
        typecheck_maybe_no_member: true
        duplicate_code: true
        code_rating: true
build:
    environment:
        python: 3.7.2
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -   command: py-scrutinizer-run
                    -   command: pylint-run
                        use_website_config: true
    requires:
        - branch: /master|dadyarri*/

Repository Config

# language: python
checks:
    python:
        typecheck_maybe_no_member: true
        duplicate_code: true
        code_rating: true
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: pylint-run
                        use_website_config: true