Passed
Push — master ( e96dac...d0e419 )
by Paweł
07:08 queued 03:38
created

Checkout Config

build:
    nodes:
        analysis:
            environment:
                php:
                    version: 7.4

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
filter:
    excluded_paths:
        - 'tests/*'
        - 'bin/*'
        - 'features/*'
        - 'spec/*'

checks:
    php: true
coding_style:
    php: {  }