chrismou/phergie-irc-plugin-react-google

View on GitHub
.scrutinizer.yml

Summary

Maintainability
Test Coverage
tools:
    external_code_coverage: true
    php_sim: true
    php_pdepend: true
    php_analyzer: true
    php_mess_detector: true
    php_code_sniffer:
        enabled: true
        config:
            standard: PSR2
filter:
    excluded_paths:
        - tests/*