Test Failed
Push — develop ( de0baf...7a40ff )
by Jonas
01:20 queued 14s
created

Checkout Config

checks:
  python:
    code_rating: true
    duplicate_code: true

build:
  nodes:
    analysis:
      tests:
        override:
          - py-scrutinizer-run

filter:
  excluded_paths:
    - 'tests/*'

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true
    javascript:
        no_comma_dangle: true
        code_rating: true
        duplicate_code: true
filter:
    excluded_paths:
        - 'tests/*'
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: pylint-run
                        use_website_config: true