Failed Conditions
Pull Request — master (#100)
by
unknown
03:57
created

Repository Config

build_failure_conditions:
    - 'issues.new.exists'
filter:
    excluded_paths:
        - 'vendor/*'
    paths:
        - 'CodingStandard/*'
        - 'TestSuite/*'

tools:
    php_cpd: true
    
    php_analyzer: true
    
    php_pdepend:
        excluded_dirs: [vendor]

    php_code_sniffer:
        enabled: true
        config:
            tab_width: 0
            standard: PSR2
            
    external_code_coverage:
        timeout: 600