Passed
Push — master ( 4c7da5...a55b86 )
by Ilia
09:52
created

Checkout Config

filter:
    excluded_paths:
        - 'vendors/*'
        - '*/vendors/*'
        - '*/tests/*'
        - '*/vendor/*'
tools:
    external_code_coverage: true
    js_hint:
        filter:
            excluded_paths: ['vendors/*','*/vendors/*','*/tests/*','*/vendor/*']
    php_mess_detector:
        filter:
            excluded_paths: ['vendors/*','*/vendors/*','*/tests/*','*/vendor/*']
    sensiolabs_security_checker: true
    php_pdepend:
        excluded_dirs:
            - vendors
            - vendor
    external_code_coverage:
        timeout: '1200'
    php_hhvm: true
    php_sim: true

    # PHP Similarity Analyzer and Copy/paste Detector cannot be used at
    # the same time right now. Make sure to either remove, or disable one.
    php_cpd: false

Repository Config

build:
    dependencies:
        override:
            - true
    tests:
        override:
            - true
                

filter:
    excluded_paths:
            - '*/vendors/*'
            - '*/engine/lib/deprecated*'
            - '*/engine/lib/upgrades/*'
            - '*/engine/schema/*'
            - '*/vendor/*'
            - '*/tests/*'
            - '*/docs/*'
            - '*/bower_components/*'
            - '*/grunt/*'
            - '*/docs/*'
            - '*/install/*'

checks:
    php:
        code_rating: true
        duplication: true