Completed
Branch master (fac451)
by Harry
08:24
created

Checkout Config

# .scrutinizer.yml

# enable once code sniffer is updated to >= 2.3.4
# checks:
#     php:
#         custom_coding_standard:
#             git_repository: 'https://github.com/graze/standards'
#             git_version: 'ff7ea57e14cc222ff2c29f36a0bf40e707783bbb'
#             ruleset_path: 'PHP/CodeSniffer/Graze/ruleset.xml'

checks:
    php:
        code_rating: true
        duplication: true

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

Global Config

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