Passed
Push — master ( f5a713...54e086 )
by Taosikai
13:04
created

Checkout Config

filter:
    excluded_paths:
        - "tests/*"
        - "vendor/*"

tools:
    external_code_coverage:
        timeout: 600

    php_sim: true

    php_changetracking: true

    php_cs_fixer:
        enabled: true
        config:
            level: all
        filter:
            excluded_paths:
                - "tests/*"
                - "vendor/*"

    php_mess_detector:
        enabled: true
        filter:
            excluded_paths:
                - "tests/*"
                - "vendor/*"

    php_pdepend:
        enabled: true
        filter:
            excluded_paths:
                - "tests/*"
                - "vendor/*"

    php_analyzer:
        enabled: true
        filter:
            excluded_paths:
                - "tests/*"
                - "vendor/*"


    php_cpd:
        enabled: true
        excluded_dirs:
            - "tests/*"
            - "vendor/*"

    php_loc:
        enabled: true
        excluded_dirs:
            - "tests/*"
            - "vendor/*"

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }