Passed
Push — master ( 48f722...811c87 )
by Sergey
02:12
created

Checkout Config

filter:
    excluded_paths:
        - "assets/"
        - "vue/"
        # Everything in a root level "tests" directory will be excluded
    dependency_paths:
        - "Illuminate"

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
filter:
    excluded_paths:
        - '*.min.js'
        - '*/dist/*'