2 parents f87dd3e + 722b1c8 commit 84f91c6Copy full SHA for 84f91c6
1 file changed
etc/pmd-java-configuration.xml
@@ -21,6 +21,7 @@
21
<rule ref="category/java/bestpractices.xml/LooseCoupling">
22
<properties>
23
<property name="allowedTypes" value="java.util.Properties, java.util.Stack, java.util.jar.Attributes, net.minidev.json.JSONArray, hudson.util.ListBoxModel, hudson.util.ComboBoxModel, hudson.DescriptorExtensionList, hudson.EnvVars, org.jsoup.select.Elements, edu.hm.hafner.util.LineRangeList" />
24
+ <property name="violationSuppressXPath" value="./ancestor::ClassDeclaration[1][pmd-java:typeIs('java.io.Serializable')]"/>
25
</properties>
26
</rule>
27
<rule ref="category/java/codestyle.xml">
0 commit comments