Completed
Pull Request — master (#744)
by Georg
28:12 queued 04:03
created

Checkout Config

filter:
    excluded_paths:
        - 'Documentation/*'
        - 'Tests/*'
        - 'Resources/JavaScript/*'
        - 'Resources/Private/Solr/*'
    paths:
        - 'Classes/*'
tools:

    php_cpd:
        enabled: true

    php_code_sniffer:
        enabled: true
        config:
            standard: TYPO3CMS

    # we do this on travis
    php_cs_fixer:
        enabled: false

    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

    external_code_coverage:
        runs: 2
        timeout: 1200

Repository Config

checks:
    php: true
    javascript: true
filter:
    excluded_paths:
        - '*.min.js'
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
build: true