Completed
Push — master ( 959c8b...0b931e )
by WEBEWEB
01:13
created

Checkout Config

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

filter:
    excluded_paths:
        - "src/Resources/*"
        - "src/ThirdParty/Quadratus/*"
        - "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

Repository Config

# language: