Clean all unused and redundant imports in controller.
[controller.git] / opendaylight / commons / checkstyle / src / main / resources / controller / checkstyle.xml
similarity index 78%
rename from opendaylight/commons/checkstyle/src/main/resources/controller/space_and_tabs_checks.xml
rename to opendaylight/commons/checkstyle/src/main/resources/controller/checkstyle.xml
index 49a58024449d6e8d4850a2cbbfc8a1cabd125b5a..8465383975406925b444bf3ac99e9b33075d7f1b 100644 (file)
@@ -13,5 +13,9 @@
         <property name="format" value="\s+$"/>\r
         <property name="message" value="Line has trailing spaces."/>\r
     </module>\r
+    <module name="TreeWalker">\r
+       <module name="RedundantImport"/>\r
+       <module name="UnusedImports"/>\r
+    </module>\r
 \r
 </module>\r