Completed
Push — master ( fd3679...f7d236 )
by
unknown
171:43 queued 171:39
created

Checkout Config

tools:
    php_code_sniffer:
        config:
            standard: PSR2
    external_code_coverage:
        timeout: 3600

filter:
    paths:
        - 'src/*'
        - 'tests/*'

build_failure_conditions:
    - 'issues.label("coding-style").exists'

Repository Config

# language: php
checks:
    php: true
build:
    nodes:
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run