Passed
Branch master (ecb7f7)
by Andrey
17:46
created

Checkout 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"

Repository Config

build:
  image: default-bionic
  environment:
    php: 8.1.12
  nodes:
    analysis:
      tests:
        override:
          - "php-scrutinizer-run"

checks:
  php:
    code_rating: true
    duplication: true

filter:
  excluded_paths:
    - vendor/*

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

Global Config

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

checks:
  php:
    duplication: true

filter:
  excluded_paths:
    - vendor/*

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