Passed
Branch main (d5e82b)
by Bartosz
02:05
created

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
tools:
  pylint:
    python_version: 3
    config_file: '.pylintrc'
build:
    environment:
        python:
            version: 3.7.7
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                - py-scrutinizer-run
                -
                    command: pylint-run discordBot
    tests: true
filter:
    excluded_paths:
        - '*/test/*'
        - '*/build/lib/*'
    dependency_paths:
        - 'lib/*'