Completed
Push — master ( 9281b1...57c2e0 )
by WEBEWEB
01:19
created

Checkout Config

# .scutinizer.yml
checks:
    php:
        code_rating: true
        duplication: true

filter:
    excluded_paths:
        - "Resources/public/*"
        - "Tests/*"
        - "vendor/*"

tools:
    php_analyzer:                true
    php_code_sniffer:            true
    php_cpd:                     true
    php_cs_fixer:                true
    php_loc:                     true
    php_mess_detector:           true
    php_pdepend:                 true
    sensiolabs_security_checker: true

Repository Config

# language: