Passed
Push — v3 ( 9d2482...b2f8a9 )
by Andrew
12:30 queued 07:23
created

Repository Config

build:
    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:
        spaces:
            around_operators:
                concatenation: true
            within:
                brackets: true
filter:
    excluded_paths:
        - '*/dist/*'

Global Config

build:
    environment:
        node:
            version: v8.11.4
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: 'phpcs-run ./src'
                        use_website_config: false
                    - js-scrutinizer-run

        tests: true
checks:
    php: true
    javascript: true
coding_style:
    php: {  }
filter:
    excluded_paths:
        - '*/dist/*'
        - '*/lib/*'