Skip to content
Snippets Groups Projects
Commit bf98d156 authored by Sören Henning's avatar Sören Henning
Browse files

added exclude pattern to pmd ruleset

parent f024615b
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment