Completed
Branch master (6e44be)
by Franck
06:46
created

Checkout Config

# .scrutinizer.yml #
tools:
    external_code_coverage:
        timeout: 600

checks:
    php:
        code_rating: true
        duplication: true

filter:
    excluded_paths:
        - 'vendor/*'
        - 'src/tests/*'
        - 'src/bin/*'
        - 'src/data/*'
        - 'src/php/Apix/Console'
        - 'src/php/Apix/Console.php'
    paths: {  }