Completed
Pull Request — master (#4)
by Romain
01:55
created

Checkout Config

imports:
    - php

checks:
    php:
        code_rating: true
        duplication: true

filter:
    excluded_paths:
        - tests/
tools:
    php_mess_detector: true
    php_cpd:
        excluded_dirs:
            - tests/
    php_loc:
        excluded_dirs:
            - tests/
    php_pdepend:
        excluded_dirs:
            2: tests/

Repository Config

# language: php