Passed
Push — master ( 3faf2f...2fb681 )
by Philippe
01:49
created

Checkout Config

build:
    nodes:
        analysis:
            environment:
                php:
                    version: 7.4
            cache:
                disabled: false
                directories:
                    - ~/.composer/cache
            project_setup:
                override: true
            tests:
                override:
                    - php-scrutinizer-run
    dependencies:
        override:
            - composer install --no-interaction --prefer-dist

filter:
    excluded_paths:
        - docs
        - tests

build_failure_conditions:
    - 'elements.rating(<= B).new.exists'                        # No new classes/methods with a rating of B or worse allowed
    - 'issues.severity(>= MAJOR).new.exists'                    # New issues of major or higher severity

Repository Config

# language: php

# tests: true