Completed
Push — master ( 1e6578...c76e25 )
by P.R.
02:01
created

Checkout Config

checks:
    python:
        code_rating: true
        duplicate_code: true
build:
    dependencies:
        before:
            - pip install antlr4-python3-runtime
            - pip install httplib2
            - pip install cleo
tools:
    pylint:
        python_version: '3'
        config_file: pylintrc
filter:
    excluded_paths:
        - test/*
        - sdoc/antlr/*

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
tools:
    pylint:
        python_version: '3'
        config_file: pylintrc
filter:
    excluded_paths:
        - test/*
        - sdoc/antrl/*