Completed
Push — master ( 3c32f9...42fff5 )
by Paweł
03:24
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true

filter:
    excluded_paths:
        - 'vendors/*'
        - 'tests/phpunit/test_files/*'

tools:
    js_hint: true
    php_mess_detector: true
    external_code_coverage:
        timeout: '600'
    php_cpd: true
    php_pdepend: true
    php_code_sniffer: true
    sensiolabs_security_checker: true
    php_hhvm: true
    php_sim: true