Completed
Push — master ( cce487...102796 )
by Adam
04:22 queued 02:04
created

Checkout Config

tools:
    external_code_coverage:
        timeout: 600
    php_code_sniffer: true
    php_cpd: true
    php_loc: true
    php_mess_detector: true
    php_pdepend: true
    php_analyzer: true
    sensiolabs_security_checker: true
    php_code_sniffer:
        config:
            standard: "PSR2"
filter:
    paths: [src/*]
    excluded_paths: [tests/*]
checks:
    php:
        avoid_todo_comments: true
        no_new_line_at_end_of_file: false

Repository Config

tools:
    external_code_coverage:
        timeout: 600
    php_code_sniffer: true
    php_cpd: true
    php_loc: true
    php_mess_detector: true
    php_pdepend: true
    php_analyzer: true
    sensiolabs_security_checker: true
    php_code_sniffer:
        config:
            standard: "PSR2"
filter:
    paths: [src/*]
    excluded_paths: [tests/*]
checks:
    php:
        avoid_todo_comments: true
        no_new_line_at_end_of_file: false

coding_style:
    php: {  }

Global Config

tools:
    external_code_coverage:
        timeout: 600
    php_code_sniffer: true
    php_cpd: true
    php_loc: true
    php_mess_detector: true
    php_pdepend: true
    php_analyzer: true
    sensiolabs_security_checker: true
    php_code_sniffer:
        config:
            standard: "PSR2"
filter:
    paths: [src/*]
checks:
    php:
        avoid_todo_comments: true
        no_new_line_at_end_of_file: true