Completed
Push — master ( b9975e...962fa1 )
by Mirko
8s
created

Repository Config

filter:
    excluded_paths:
        - 'vendor/*'
before_commands:
    - 'composer install --prefer-source'
tools:
    php_code_sniffer:
        config:
            standard: PSR2
        filter:
            excluded_paths: ['vendor/*', 'app/*', 'web/*']
    php_code_coverage:
        config_path: '~'
        filter:
            excluded_paths: ['vendor/*', 'app/*', 'web/*']
    php_cpd:
        filter:
            excluded_paths: ['vendor/*', 'app/*', 'web/*']
    php_loc:
        excluded_dirs:
            - vendor
    php_pdepend: true
    php_mess_detector:
        filter:
            excluded_paths: ['vendor/*', 'app/*', 'web/*']