Passed
Push — feature/code-analysis ( 8cb778...5ea097 )
by Jonathan
22:47 queued 11:30
created

Checkout Config

filter:
    paths:
       - app/*
       - resources/*
build:
    environment:
        php: 8.0
    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