Add checkstyle rule to prevent empty statements (;)
[controller.git] / opendaylight / commons / checkstyle / src / main / resources / controller / checkstyle.xml
index 86c654cb586b380f30c99e2ed790660deddcbb2b..57f169db730806a837d93eb73ffe245b61f0eb25 100644 (file)
@@ -17,6 +17,8 @@
        <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