Passed
Branch BonHowi (8c9655)
by Bartosz
02:00
created

Repository Config

checks:
    python:
        typecheck_maybe_no_member: true
        duplicate_code: true
        code_rating: true
        classes_valid_slots: true
        basic_missing_reversed_argument: 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
                - pylint-run --rcfile=.pylintrc discordBot
    tests: true
filter:
    excluded_paths:
        - '*/test/*'
        - '*/build/lib/*'
    dependency_paths:
        - 'lib/*'