Ref: add new static analyser rule: category/java/bestpractices.xml/LooseCoupling
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<rule ref="category/java/bestpractices.xml/UnusedPrivateField" />
|
||||
<rule ref="category/java/bestpractices.xml/UnusedPrivateMethod" />
|
||||
<rule ref="category/java/bestpractices.xml/UseCollectionIsEmpty" />
|
||||
|
||||
<rule ref="category/java/bestpractices.xml/LooseCoupling" />
|
||||
<rule ref="category/java/codestyle.xml/ExtendsObject" />
|
||||
<rule ref="category/java/codestyle.xml/ForLoopShouldBeWhileLoop" />
|
||||
<rule ref="category/java/codestyle.xml/TooManyStaticImports" />
|
||||
|
||||
Reference in New Issue
Block a user