Completed
Push — master ( c7af1e...46d491 )
by Konstantinos
06:03 queued 02:12
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/*]