Completed
Push — v4-develop ( 8fa741...bc5f38 )
by Bartko
06:17 queued 04:32
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