Completed
Push — master ( 91709b...068848 )
by Alex
26:18 queued 23:37
created

Global Config

build:
    environment:
        php: '7.0.0'
        timezone: 'Europe/Moscow'

filter:
    paths: ['src/*']
    excluded_paths: ['vendor/*', 'tests/*']

checks:
    php: true

coding_style:
    php: {  }

tools:
    external_code_coverage:
        timeout: 600
    php_code_coverage:
        enabled: true
    php_code_sniffer:
        enabled: true
        config:
            standard: PSR2
        filter:
            paths: ['src/*']
    php_loc:
        enabled: true
        excluded_dirs: ['vendor', 'tests']
    php_mess_detector:
        enabled: true
        filter:
            paths: ['src/*']
    php_pdepend:
        enabled: true
        excluded_dirs: ['vendor', 'tests']
    php_cpd:
        enabled: true
        excluded_dirs: ['vendor', 'tests']
    php_analyzer:
        enabled: true
        filter:
            paths: ['src/*']
    sensiolabs_security_checker: true