Completed
Branch master (fa4a41)
by Nicolaas
02:29
created

Checkout Config

inherit: true
filter:
filter:
  paths: ["code/*", "tests/*"]
  excluded_paths:
    - thirdparty/*
    - parsers/*
    - docs/*
    - images/*

Repository Config

filter:
    excluded_paths: [vendor/*]

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