cpapdotcom/asendia

View on GitHub
.scrutinizer.yml

Summary

Maintainability
Test Coverage
tools:
    php_mess_detector: true
    php_code_sniffer: true
    sensiolabs_security_checker: true
    php_pdepend: true
    php_loc:
        enabled: true
        excluded_dirs: [vendor, tests]
    php_cpd:
        enabled: true
        excluded_dirs: [vendor, tests]
filter:
    excluded_paths:
        - tests/*
        - example.php
checks:
    php:
        code_rating: true
        duplication: true