You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2018/01/16 02:16:37 UTC

[11/11] james-project git commit: JAMES-2285 Add a check on unused imports

JAMES-2285 Add a check on unused imports


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/2618edcd
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/2618edcd
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/2618edcd

Branch: refs/heads/master
Commit: 2618edcd5dfd4190dfe36bd8c992f1ca4373f871
Parents: 25f691f
Author: Antoine Duprat <ad...@linagora.com>
Authored: Mon Jan 15 10:49:55 2018 +0100
Committer: benwa <bt...@linagora.com>
Committed: Tue Jan 16 09:04:29 2018 +0700

----------------------------------------------------------------------
 checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/2618edcd/checkstyle.xml
----------------------------------------------------------------------
diff --git a/checkstyle.xml b/checkstyle.xml
index 6c7b394..33ad5d8 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -179,6 +179,7 @@
       <property name="specialImportsRegExp" value="org"/>
       <property name="sortImportsInGroupAlphabetically" value="true"/>
     </module>
+    <module name="UnusedImports"/>
     <module name="MethodParamPad"/>
     <module name="NoWhitespaceBefore">
       <property name="allowLineBreaks" value="true"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org