for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
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]