Passed
Push — master ( 0da17b...7a5bc4 )
by Todd
15:58 queued 06:01
created

Repository Config

imports:
    - php
filter:
    excluded_paths: [tests/*]
tools:
    external_code_coverage: true
checks:
    php:
        code_rating: true
        duplication: false
        return_doc_comments: true
        return_doc_comment_if_not_inferrable: true
        phpunit_assertions: true
        parameter_doc_comments: true
        param_doc_comment_if_not_inferrable: true
        fix_line_ending: true
        variable_existence: false
        non_commented_empty_catch_block: false
        no_trailing_whitespace: false
        no_exit: false
        encourage_shallow_comparison: false
        avoid_superglobals: false

build:
    nodes:
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run