Completed
Pull Request — master (#15)
by John
07:45 queued 12s
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

Repository Config

filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true