Passed
Pull Request — master (#452)
by Valessio Soares de
02:27
created

Checkout Config

checks:
    python:
        code_rating: true
        duplicate_code: true
filter:
    paths: ['kytos/*', 'tests/*']
    excluded_paths:
        - 'kytos/web-ui/*'
build:
    environment:
        python: 3.6.0
        postgresql: false
        redis: false
    dependencies:
        override:
            - true

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
    javascript: true
filter:
    excluded_paths:
        - '*/test/*'
        - '*.min.js'
build: true