From b5210bfe27c9cc3528e93b60485e33a9224e6b8f Mon Sep 17 00:00:00 2001
From: Nelson Tavares de Sousa <stu103017@mail.uni-kiel.de>
Date: Wed, 26 Aug 2015 15:55:46 +0200
Subject: [PATCH] ignore the target dir

---
 conf/quality-config/pmd-ruleset.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/quality-config/pmd-ruleset.xml b/conf/quality-config/pmd-ruleset.xml
index ebaa4801..4f0d9fb1 100644
--- a/conf/quality-config/pmd-ruleset.xml
+++ b/conf/quality-config/pmd-ruleset.xml
@@ -3,7 +3,7 @@
 	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd">
 	<description>This ruleset checks my code for bad stuff</description>
-
+	<exclude-pattern>.*/target/.*</exclude-pattern>
 	<!-- warning: if you reference a pmd rulesets xml file more than once, only 
 		the first rule is applied; so check for duplicates -->
 
-- 
GitLab