Completed
Push — master ( b1c4b6...a05019 )
by Şəhriyar
19s
created

Checkout Config

checks:
    php: true
filter:
    excluded_paths:
        - tests/*
tools:
    external_code_coverage:
        timeout: 1800
    php_code_sniffer:
        config:
            standard: "PSR2"
    php_mess_detector: true
    sensiolabs_security_checker: true
    php_pdepend: true
    php_loc:
        enabled: true
        excluded_dirs: [vendor, tests]
    php_cpd:
        enabled: true
        excluded_dirs: [vendor, tests]

Repository Config

filter:
    paths:
        - 'app/*'
    excluded_paths:
        - 'app/views/*'
        - 'app/config/*'
        - 'app/database/*'
checks:
    php: true
coding_style:
    php: {  }