filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: true
build:
    cache:
        directories:
            - vendor/  # Without prefix, the path is relative to your repository root.
            - ~/.npm/
    environment:
        php:
            version: 7.0.8
        node:
            version: 8.0
    nodes:
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run