Completed
Pull Request — master (#15)
by John
02:42
created

Checkout Config

# .scrutinizer.yml

checks:
    php:
        custom_coding_standard:
             git_repository: 'https://github.com/graze/standards'
             git_version: 'ff7ea57e14cc222ff2c29f36a0bf40e707783bbb'
             ruleset_path: 'PHP/CodeSniffer/Graze/ruleset.xml'
        code_rating: true
        duplication: true

tools:
    external_code_coverage: true
    php_mess_detector: true
    php_code_sniffer: true
    sensiolabs_security_checker: true