inherit: true
filter:
filter:
paths: ["code/*", "tests/*"]
excluded_paths:
- thirdparty/*
- parsers/*
- docs/*
- images/*
filter:
excluded_paths: [vendor/*]
tools:
php_mess_detector: true
php_cpd: true
php_pdepend:
excluded_dirs: [vendor]