2019-09-11 08:50:53 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<ruleset name="SEB Server custom rules"
|
|
|
|
xmlns="http://pmd.sourceforge.net/ruleset/2.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://pmd.sourceforge.net/ruleset/2.0.0 https://pmd.sourceforge.io/ruleset_2_0_0.xsd">
|
|
|
|
|
|
|
|
<description>
|
|
|
|
SEB Server custom rules
|
|
|
|
</description>
|
|
|
|
|
|
|
|
<exclude-pattern>.*/batis/mapper/*.java</exclude-pattern>
|
|
|
|
<exclude-pattern>.*/batis/model/*.java</exclude-pattern>
|
2019-09-11 09:48:31 +02:00
|
|
|
|
2019-09-11 10:04:39 +02:00
|
|
|
<rule ref="category/java/errorprone.xml" ></rule>
|
2019-09-11 08:50:53 +02:00
|
|
|
|
|
|
|
</ruleset>
|