Passed
Push — master ( a1ed45...f672c1 )
by Tony
18:40 queued 07:46
created

Checkout Config

# .scrutinizer.yml
imports:
    - javascript
    - php

# FIXME: find a way to keep excluded_paths list sorted
filter:
    excluded_paths: [ html/js/*, html/css/*, lib/*, vendor/* ]

Repository Config

imports:
    - php
checks:
    php: true
build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true