Completed
Branch master (3a9ef2)
by samayo
03:04
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true
tools:
    php_code_sniffer:
        enabled: true
        config:
            standard: PSR2
        filter:
            paths: ["src/*"]
    php_cpd:
        enabled: true
        excluded_dirs: ["test/*"]
    php_loc:
        enabled: true
    php_mess_detector:
        enabled: true
        filter:
            paths: ["src/*"]
    php_pdepend:
        enabled: true
        excluded_dirs: ["test", "vendor"]
    sensiolabs_security_checker: true

Repository Config

# language: php