Completed
Push — master ( 4b9e83...e55368 )
by Joshua
11s
created

Repository Config

filter:
    excluded_paths: [vendor/*, Tests/*]

tools:
    external_code_coverage: true
    php_mess_detector: true
    php_code_sniffer: true
    sensiolabs_security_checker: true
    php_pdepend: true
    php_loc:
        enabled: true
        excluded_dirs: [vendor, Tests, build]
    php_cpd:
        enabled: true
        excluded_dirs: [vendor, Tests, build]

checks:
    php:
        code_rating: true
        duplication: true