Completed
Push — master ( 3ea2ae...a83377 )
by Ismayil
06:36
created

Checkout Config

filter:
    excluded_paths:
        - 'vendors/*'
        - '*/vendors/*'
        - '*/tests/*'
        - '*/vendor/*'
before_commands:
        - git clone https://github.com/Elgg/elgg-coding-standards.git ../elgg-coding-standards/
tools:
    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
    php_hhvm: true
    php_sim: true
    php_code_sniffer:
        config:
            ruleset: ../elgg-coding-standards/elgg.xml
    external_code_coverage: true
    php_code_coverage: true
    php_pdepend: true
    
checks:
    php:
        code_rating: true
        duplication: true

Repository Config

# language: php