Completed
Push — master ( 12902f...d7f472 )
by Mirko
15s
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/*']