Completed
Push — master ( 1f8a7f...370c5e )
by Renato
08:00 queued 04:53
created

Checkout Config

# .scrutinizer.yml
imports:
    - php

filter:
    excluded_paths:
        - tests/*
checks:
    php:
        code_rating: true
        duplication: true

tools:
    external_code_coverage: true
    php_code_sniffer:
        config:
            standard: "PSR2"
    php_cpd: true
    php_analyzer: true
    php_pdepend: true
    php_sim: true
    php_mess_detector: true