Completed
Push — 3.2 ( cb819c...8b200a )
by Piotr
18s queued 11s
created

Checkout Config

---
build:
    nodes:
        analysis:
            project_setup:
                override: true
            tests:
                override: [php-scrutinizer-run]

filter:
    excluded_paths: [vendor/*, app/*, web/*, Behat/*, spec/*, features/*]

checks:
    php:
        code_rating: true
        duplication: true

tools:
    php_cpd: true
    php_pdepend:
        excluded_dirs: [vendor]