Passed
Pull Request — master (#98)
by Chris
02:57
created

Checkout Config

filter:
    excluded_paths:
        - 'vendor/*'
before_commands:
    - 'composer install'
build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
    tests:
        override:
            - phpcs-run --standard=PSR2
tools:
    php_analyzer: true
    php_mess_detector: true
    php_code_sniffer:
        config:
            standard: PSR2
    sensiolabs_security_checker: true
    php_loc:
        excluded_dirs:
            - vendor
    php_pdepend: true
    php_sim: true
build_failure_conditions:
    - 'elements.rating(< C).new.exists'
    - 'issues.label("coding-style").new.exists'
    - 'issues.severity(>= MAJOR).new.exists'
    - 'project.metric("scrutinizer.quality", < 6.8)'

Repository Config

# language: php