aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-03-23 18:42:10 +0000
committerKenny Root <kenny@the-b.org>2015-03-23 18:42:10 +0000
commit104d84167a5f8568a32b9f3704e4239931e9e4de (patch)
treecaa60b3d6bfe9b0801f836d58ac008c76976bc93 /config
parent850b7a14851c94d69948cd3a5f2fdfaaeb5ba7af (diff)
downloadconnectbot-104d84167a5f8568a32b9f3704e4239931e9e4de.tar.gz
connectbot-104d84167a5f8568a32b9f3704e4239931e9e4de.tar.bz2
connectbot-104d84167a5f8568a32b9f3704e4239931e9e4de.zip
checkstyle: add cleanliness rules
Diffstat (limited to 'config')
-rw-r--r--config/quality/checkstyle/checkstyle.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/quality/checkstyle/checkstyle.xml b/config/quality/checkstyle/checkstyle.xml
index 586b2a9..e4504f7 100644
--- a/config/quality/checkstyle/checkstyle.xml
+++ b/config/quality/checkstyle/checkstyle.xml
@@ -11,5 +11,9 @@
value="Line has leading space characters; indentation should be performed with tabs only."/>
<property name="ignoreComments" value="true"/>
</module>
+ <module name="AvoidStarImport" />
+ <module name="IllegalImport" />
+ <module name="RedundantImport" />
+ <module name="UnusedImports" />
</module>
</module>