Passed
Push — master ( 0d92c1...7e7121 )
by Andrey
02:18
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true

filter:
  excluded_paths:
    - vendor/*

before_commands:
  - "composer install --prefer-source"

Repository Config

build:
  nodes:
    analysis:
      tests:
        override:
          - "php-scrutinizer-run"

checks:
  php:
    code_rating: true
    duplication: true

filter:
  excluded_paths:
    - vendor/*

before_commands:
  - "composer install --prefer-source"