Completed
Push — master ( 631f5f...2a60d7 )
by Michal
79:07 queued 59:00
created

Checkout Config

checks:
    php:
        code_rating: true

filter:
    excluded_paths:
        - 'tests/*'
        - 'examples/*'

tools:
    external_code_coverage:
        timeout: 1000

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
    javascript: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                concatenation: true