diff --git a/conf/quality-config/pmd-ruleset.xml b/conf/quality-config/pmd-ruleset.xml
index f97304d52c0d3c95764bb52bc68861b8a3a3f9e0..fb8c81315dd2cc35a9de03d1893278dc0c8efc0c 100644
--- a/conf/quality-config/pmd-ruleset.xml
+++ b/conf/quality-config/pmd-ruleset.xml
@@ -6,7 +6,8 @@
   This ruleset checks my code for bad stuff
   </description>
 
-	<exclude-pattern>.*/org/graphdrawing/graphml/*.*</exclude-pattern>
+	<exclude-pattern>.*/src/main/resources/public/vendor/*.*</exclude-pattern>
+	<exclude-pattern>.*/target/*.*</exclude-pattern>
 
 	<rule ref="rulesets/internal/all-java.xml"></rule>