Completed
Pull Request — master (#6)
by Grégoire
02:52
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'

build:
    tests:
        override:
            -
                command: 'phpunit'
                coverage:
                    file: 'build/logs/coverage.xml'
                    format: 'php-clover'

checks:
    php:
        line_length:
            max_length: '80'

tools:
    php_code_sniffer:
        config:
            standard: "PSR2"

Repository Config

# language: php