Completed
Push — master ( 80fdf3...351fbc )
by Vladimir
02:43
created

Checkout Config

imports:
    - php
    - javascript

tools:
    external_code_coverage:
        timeout: 600
    php_mess_detector: true
    php_code_sniffer: true
    sensiolabs_security_checker: true
    php_sim: true
    php_cpd: false
    js_hint: true
    php_cs_fixer:
        config: { level: all }

filter:
    excluded_paths: [includes/*, vendor/*, tests/*, app/cache/*, bin/*, library/*, hooks/*, web/assets/js/min/*, web/includes/*]