Passed
Push — master ( f1daf3...8fd0f0 )
by Alex
02:27
created

Checkout Config

checks:
    php: true

filter:
    excluded_paths:
        - tests/*

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

Repository Config

checks:
    php: true
filter:
    excluded_paths:
        - tests/*
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run