Ref: add more PMD rule: bestpractices.xml/OneDeclarationPerLine
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
<rule ref="category/java/bestpractices.xml/AbstractClassWithoutAbstractMethod" />
|
||||
<rule ref="category/java/bestpractices.xml/AvoidUsingHardCodedIP" />
|
||||
<rule ref="category/java/bestpractices.xml/CheckResultSet" />
|
||||
<rule ref="category/java/bestpractices.xml/OneDeclarationPerLine" />
|
||||
<rule ref="category/java/bestpractices.xml/PrimitiveWrapperInstantiation" />
|
||||
<rule ref="category/java/bestpractices.xml/UnusedFormalParameter" />
|
||||
<rule ref="category/java/bestpractices.xml/UnusedLocalVariable" />
|
||||
|
||||
Reference in New Issue
Block a user