checks: php: code_rating: true duplication: true filter: excluded_paths: - test/* - vendor/*
build: environment: php: '7.0.8' checks: php: code_rating: true duplication: true filter: paths: - src/ dependency_paths: - vendor/ tools: external_code_coverage: false
checks: php: code_rating: true duplication: true filter: excluded_paths: - test/* - vendor/*