Completed
Push — master ( f47702...a2af6f )
by Charles
01:44
created

Checkout Config

---
checks:
    python:
        code_rating: true
        duplicate_code: true
filter:
    excluded_paths:
        - '*/test/*'

tools:
    external_code_coverage:
        timeout: 600
    pylint:
        python_version: 3
        config_file: '.pylintrc'

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
filter:
    excluded_paths:
        - '*/test/*'

tools:
    external_code_coverage:
        timeout: 600
    pylint:
        python_version: 3
        config_file: '.pylintrc'