Completed
Push — master ( 3423e4...b569e5 )
by Renato
08:36
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