Completed
Push — master ( 2726a2...9244f5 )
by Tomas Norre
13:27
created

Checkout Config

filter:
    excluded_paths:
        - 'doc/*'
        - 'tests/*'
        - 'resources/*'
    paths:
        - 'classes/*'
        - 'hooks/*'
        - 'modfunc1/*'
        - '*'
tools:

    external_code_coverage:
        timeout: 1800
        runs: 1

    php_cpd:
        enabled: true

    php_code_sniffer:
        enabled: true
        config:
            standard: TYPO3CMS

    php_cs_fixer:
        enabled: true

    php_hhvm:
        enabled: true
        config:
            use_undeclared_constant:  false

    php_mess_detector:
        enabled: true
        config:
            controversial_rules:
                superglobals: false

    php_pdepend:
        enabled: true

    php_analyzer:
        enabled: true

    sensiolabs_security_checker: true