Completed
Push — master ( 6ec0cf...f045b3 )
by Sébastien
09:07
created

Checkout Config

imports:
    - php
filter:
    paths: [src/*]
    excluded_paths: [tests/*, vendor/*, bin/*, docs/*, config/*]
before_commands:
    - 'composer install --dev --prefer-source'    
tools:
    external_code_coverage: 
        timeout: 1200
    php_cpd:
        excluded_dirs: [vendor, tests, bin, docs]    
    php_pdepend:
        excluded_dirs: [vendor, tests, bin, docs]     
    #php_code_sniffer: true
    php_pdepend:
        enabled: true
        configuration_file: null
        suffixes:
            - php
        excluded_dirs: { }
    php_loc: 
        excluded_dirs: [vendor, tests, bin, docs]        
    php_cs_fixer:
        config:
            level: psr2
    php_analyzer: true
    php_hhvm: false
    php_mess_detector: true