Completed
Push — 2.x ( fa83ee...2066c5 )
by Akihito
24s queued 13s
created

Checkout Config

build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
filter:
    paths: ["src/*"]

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        code_rating: true
        duplication: true
tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true
    php_cpd: true
    php_mess_detector:
        enabled: true
        config:
            ruleset: ./phpmd.xml
    php_code_sniffer:
        enabled: true
        config:
            ruleset: ./phpcs.xml
build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run