Passed
Push — master ( bd351d...296dfb )
by Tim
07:03 queued 04:17
created

Repository Config

build:
    environment:
        php:
            version: "7.4"
            ini:
                memory_limit: "-1"
    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: {  }