Passed
Push — master ( 1be727...1eba2b )
by Daniil
46s queued 11s
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