Completed
Push — master ( 88ff64...7bc2bb )
by Michal
02:01 queued 30s
created

Checkout Config

checks:
    php:
        code_rating: true

filter:
    excluded_paths:
        - 'tests/*'

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