Completed
Push — master ( 85e981...599c37 )
by Daniel
09:30
created

Global Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'vendor/*'
        - 'migrations/*'
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]