Passed
Pull Request — develop (#4)
by
unknown
07:13
created

Checkout Config

imports:
    - php

build:
    environment:
        php: 8.2.1
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run

filter:
    excluded_paths:
        - 'tests/*'
        - 'bin/*'

checks:
    php: true

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true

tools:
    php_cs_fixer: false
    external_code_coverage:
        timeout: 300

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
                    - js-scrutinizer-run
filter:
    excluded_paths:
        - 'tests/*'
        - 'bin/*'
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
tools:
    external_code_coverage: true