Completed
Push — master ( 09a905...33288d )
by Daniil
02:22 queued 10s
created

Checkout Config

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

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