Completed
Push — master ( fb1380...d10e8c )
by Joni
04:00
created

Checkout Config

build:
    environment:
        php:
            version: 7.0.20
    tests:
        override:
        -   command: vendor/bin/phpunit
            coverage:
                format: php-clover
                file: build/logs/clover.xml
checks:
    php:
        code_rating: true
        duplication: false
filter:
    excluded_paths:
    - test/

Repository Config

filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
            switch:
                indent_case: false
        spaces:
            around_operators:
                concatenation: true
build: true