Completed
Push — develop ( c0484b...e746b5 )
by Jace
19s
created

Checkout Config

build:
  tests:
    override:
      - pylint-run --rcfile=.pylint.ini
      - py-scrutinizer-run
checks:
  python:
    code_rating: true
    duplicate_code: true
filter:
  excluded_paths:
    - "*/tests/*"