From 72000f634200899ac19dc97ebdb81153e0707cf1 Mon Sep 17 00:00:00 2001 From: Clemens Sahs Date: Thu, 17 Jul 2014 10:55:43 +0200 Subject: [PATCH] add excluded path to scrutinizer ci --- .scrutinizer.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 39c28269..d2a0ad91 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -4,3 +4,11 @@ imports: tools: external_code_coverage: timeout: 2100 + +filter: + excluded_paths: + - SEOstats/Services/3rdparty/* + - vendor/* + - tests/* + - app/* + - bin/*