Passed
Push — feature/2.1-dev ( 3730d0 )
by Jonathan
09:15
created

Checkout Config

filter:
    paths:
       - app/*
       - resources/*
build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
filter:
    paths: ['app/*', 'resources/*', 'module.php']
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 4