Passed
Push — develop ( 99a7f6...afd5a5 )
by Benjamin
12:50 queued 05:24
created

Repository Config

build:
    nodes:
        analysis:
            environment:
                php:
                    version: '7.3'
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
                    - js-scrutinizer-run
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            other:
                after_type_cast: false
filter:
    excluded_paths:
        - '*/dist/*'