Completed
Push — master ( 8245b4...e5bca6 )
by Chad
10s
created

Checkout Config

filter:
    excluded_paths:
        - 'vendor/*'
before_commands:
    - 'composer install --prefer-source'
build:
    tests:
        override:
            - php-scrutinizer-run
            - phpcs-run --standard=./vendor/chadicus/coding-standard/Chadicus/ruleset.xml
tools:
    php_analyzer: true
    php_mess_detector: true
    sensiolabs_security_checker: true
    php_loc:
        excluded_dirs:
            - vendor
    php_pdepend: true
    php_sim: true
build_failure_conditions:
    - 'elements.rating(< B).new.exists'
    - 'issues.label("coding-style").new.exists'
    - 'issues.severity(>= MAJOR).new.exists'
    - 'project.metric("scrutinizer.quality", < 9)'

Repository Config

tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true
filter:
    excluded_paths:
        - 'tests/*'