Completed
Push — develop ( 764757...613db1 )
by Daniel
12:13
created

Global Config

checks:
    php: true
filter:
    excluded_paths:
        - 'migrations/*'
        - 'tests/*'
        - 'styles/*'
        - 'vendor/*'
checks:
    php:
        code_rating: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
                size: 4
tools:
    external_code_coverage:
        timeout: 600
    php_sim: true
    php_analyzer: true
    php_mess_detector: true
    php_code_sniffer: true
    sensiolabs_security_checker: true
    php_code_coverage: true
    php_pdepend: true
    php_loc:
        enabled: true
        excluded_dirs: [vendor, tests]
    php_cpd:
        enabled: true
        excluded_dirs: [vendor, tests]