File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2
2
<ruleset xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" name =" M2Eclipse PMD RuleSet" xsi : schemaLocation =" http://pmd.sourceforge.net/ruleset/2.0.0 http://pmd.sourceforge.net/ruleset_2_0_0.xsd" xmlns =" http://pmd.sourceforge.net/ruleset/2.0.0" >
3
3
<description />
4
- <exclude-pattern >.*/home/candrews/projects/log4jdbc-spring-boot-starter/ src/test/java.*</exclude-pattern >
5
- <exclude-pattern >.*/home/candrews/projects/log4jdbc-spring-boot-starter/ target.*</exclude-pattern >
4
+ <exclude-pattern >src/test/java.*</exclude-pattern >
5
+ <exclude-pattern >target.*</exclude-pattern >
6
6
<rule ref =" rulesets/java/basic.xml" />
7
7
<rule ref =" rulesets/java/braces.xml" />
8
8
<rule ref =" rulesets/java/codesize.xml" />
You can’t perform that action at this time.
0 commit comments