Completed
Push — dev ( 077813...629ebf )
by Patrik
02:13 queued 02:06
created

Checkout Config

filter:
    paths:
        - src/
        - examples/
    excluded_paths:
      - "*/experimental/*"       # submodules marked experimental

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - py-scrutinizer-run
                    -
                        command: pylint-run
                        use_website_config: true
filter:
    excluded_paths:
        - '*/test/*'
        - '*/tests/*'
    dependency_paths:
        - 'lib/*'