Passed
Branch master (87848d)
by Marcin
07:24
created

Checkout Config

checks:
    python:
        code_rating: true
        duplicate_code: true

filter:
    excluded_paths:
        - '*/test/*'
        - '*.min.js'
build:
    environment:
        python: 3.7.4


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

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: true

filter:
    excluded_paths:
        - '*/test/*'
        - '*.min.js'
build:
    environment:
        python: 3.7.4
    nodes:
       analysis:
         tests:
          override:
            - py-scrutinizer-run