Add checkstyle rule to prevent empty statements (;)
[controller.git] / opendaylight / commons / checkstyle / src / main / resources / controller / checkstyle.xml
index 8465383975406925b444bf3ac99e9b33075d7f1b..57f169db730806a837d93eb73ffe245b61f0eb25 100644 (file)
@@ -16,6 +16,9 @@
     <module name="TreeWalker">\r
        <module name="RedundantImport"/>\r
        <module name="UnusedImports"/>\r
+       <module name="AvoidStarImport"/>\r
+       <module name="UpperEll"/>\r
+       <module name="EmptyStatement"/>\r
     </module>\r
 \r
 </module>\r