Completed
Branch master (812ec2)
by Adam
02:45
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/*]
checks:
    php:
        avoid_todo_comments: false
        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: true

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