You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by yu...@apache.org on 2017/08/29 12:30:43 UTC

[15/28] incubator-rocketmq git commit: Remove preceded whitespace check from checkstyle

Remove preceded whitespace check from checkstyle


Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/f091203a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/f091203a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/f091203a

Branch: refs/heads/master
Commit: f091203a9d4a8c79d6ec8bdfc719a318b7f1ba8f
Parents: 97aa813
Author: yukon <yu...@apache.org>
Authored: Fri Aug 11 21:56:52 2017 +0800
Committer: yukon <yu...@apache.org>
Committed: Fri Aug 11 21:56:52 2017 +0800

----------------------------------------------------------------------
 style/rmq_checkstyle.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/f091203a/style/rmq_checkstyle.xml
----------------------------------------------------------------------
diff --git a/style/rmq_checkstyle.xml b/style/rmq_checkstyle.xml
index 6ec2ad0..e93b353 100644
--- a/style/rmq_checkstyle.xml
+++ b/style/rmq_checkstyle.xml
@@ -126,8 +126,8 @@
 
         <!--whitespace-->
         <module name="GenericWhitespace"/>
-        <module name="NoWhitespaceBefore"/>
-        <module name="NoWhitespaceAfter"/>
+        <!--<module name="NoWhitespaceBefore"/>-->
+        <!--<module name="NoWhitespaceAfter"/>-->
         <module name="WhitespaceAround">
             <property name="allowEmptyConstructors" value="true"/>
             <property name="allowEmptyMethods" value="true"/>