Add checkstyle rule for unused imports
[cps.git] / checkstyle / src / main / resources / cps-java-style.xml
index ebb9a19..67b2863 100644 (file)
@@ -30,5 +30,6 @@
             <property name="tokens" value="VARIABLE_DEF,PARAMETER_DEF"/>
             <property name="validateEnhancedForLoopVariable" value="true"/>
         </module>
+        <module name="UnusedImports"/>
     </module>
 </module>
\ No newline at end of file