Completed
Pull Request — master (#45)
by
unknown
23s
created

Checkout Config

filter:
    excluded_paths: [ "vendor/*", "tests/*" ]

tools:
    # https://scrutinizer-ci.com/docs/tools/external-code-coverage/
    external_code_coverage: true

    # https://scrutinizer-ci.com/docs/tools/php/php-analyzer/
    php_analyzer: true

    # https://scrutinizer-ci.com/docs/tools/php/change-tracking-analyzer/
    php_changetracking: true

    # https://scrutinizer-ci.com/docs/tools/php/code-sniffer/
    php_code_sniffer:
        config:
            standard: "PSR1"

    # https://scrutinizer-ci.com/docs/tools/php/mess-detector/
    php_mess_detector: true

    # https://scrutinizer-ci.com/docs/tools/php/pdepend/
    php_pdepend: true

    # https://scrutinizer-ci.com/docs/tools/php/code-similarity-analyzer/
    php_sim: true

    sensiolabs_security_checker: true

Repository Config

# language: php

# tests: true

tools:
    external_code_coverage: true