Passed
Push — develop ( 7a43f3...310624 )
by Koen
01:20 queued 12s
created

Checkout Config

checks:
  python:
    code_rating: true
    duplicate_code: true

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

filter:
  excluded_paths:
    - 'tests/*'

Global Config

checks:
    python:
        code_rating: true
        design_abstract_class_little_used: true
    javascript:
        no_comma_dangle: true
        
filter:
    excluded_paths:
        - 'tests/*'