Completed
Branch master (bcfb0f)
by Timothy
04:31 queued 01:51
created

Checkout Config

imports:
    - php

tools:
    external_code_coverage:
        timeout: 1000
    # PHP

    # Don't like PSR standards, not going to get messages for them!
    php_code_sniffer: false

    php_sim: true
    # Can't be used with similarity analyzer
    php_cpd: false

    php_mess_detector: true
    php_pdepend: true
    php_loc: true
    php_analyzer:
        config:
            metrics_lack_of_cohesion_methods:
                enabled: true
            doc_comment_fixes:
                enabled: true
    php_hhvm: true