Passed
Branch master (34f073)
by Ramūnas
09:23
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        switch_fallthrough_commented: false
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true

Global Config

checks:
    php:
        switch_fallthrough_commented: true
build:
    nodes:
        tests: true