Completed
Push — master ( b97768...587712 )
by Bartko
31:36
created

Global Config

filter:
    excluded_paths:
        - 'vendor/*'
        - 'app/*'
        - 'web/*'
        - 'examples/*'
        - 'doc/*'
tools:
    php_mess_detector: true
    php_cpd:
        excluded_dirs:
            - vendor
    php_loc:
        excluded_dirs:
            - vendor
    php_pdepend: true
    external_code_coverage:
        timeout: '1800'
    sensiolabs_security_checker: true
checks:
    php:
        code_rating: true
        duplication: true