Passed
Pull Request — master (#24)
by Jesse
09:47
created

Checkout Config

filter:
    excluded_paths:
        - 'bin/*'
        - 'test/*'

checks:
    php: true

tools:
    php_code_sniffer:
        config:
            standard: "PSR2"

Repository Config

filter:
    excluded_paths:
        - 'bin/*'
        - 'test/*'
checks:
    php: true
tools:
    {  }
coding_style:
    php: {  }
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true