Passed
Push — main ( 167bf7...4ddaea )
by Thierry
04:09
created

Repository Config

build:
    environment:
        php: 8.1.0
    nodes:
        analysis:
            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:
        indentation:
            switch:
                indent_case: false
        spaces:
            around_operators:
                bitwise: false
                concatenation: true
            other:
                after_type_cast: false
filter:
    excluded_paths:
        - '*.min.js'
        - '*/dist/*'