summaryrefslogtreecommitdiff
path: root/config/checkstyle/checkstyle-new-code.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/checkstyle/checkstyle-new-code.xml')
-rw-r--r--config/checkstyle/checkstyle-new-code.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/checkstyle/checkstyle-new-code.xml b/config/checkstyle/checkstyle-new-code.xml
index cb2129a60..3bb35f2cc 100644
--- a/config/checkstyle/checkstyle-new-code.xml
+++ b/config/checkstyle/checkstyle-new-code.xml
@@ -34,6 +34,7 @@
<property name="ignorePattern" value="^package.*|^import.*|a href|href|http://|https://|ftp://"/>
</module>
<module name="AvoidStarImport"/>
+ <module name="UnusedImports"/>
<module name="OneTopLevelClass"/>
<module name="NoLineWrap"/>
<module name="EmptyBlock">