You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2020/06/16 18:57:05 UTC

[fineract] branch develop updated: FINERACT-821 Added SeparatorWrap(1) Checkstyle

This is an automated email from the ASF dual-hosted git repository.

vorburger pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new ce34c88  FINERACT-821 Added SeparatorWrap(1) Checkstyle
ce34c88 is described below

commit ce34c880daca6002166937142172492c9cc56e90
Author: thesmallstar <ma...@gmail.com>
AuthorDate: Mon Jun 15 04:49:38 2020 +0530

    FINERACT-821 Added SeparatorWrap(1) Checkstyle
---
 fineract-provider/config/checkstyle/checkstyle.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/fineract-provider/config/checkstyle/checkstyle.xml b/fineract-provider/config/checkstyle/checkstyle.xml
index ecff548..f26f634 100644
--- a/fineract-provider/config/checkstyle/checkstyle.xml
+++ b/fineract-provider/config/checkstyle/checkstyle.xml
@@ -49,6 +49,10 @@
   -->
 
     <module name="TreeWalker">
+    <module name="SeparatorWrap">
+            <property name="tokens" value="DOT"/>
+            <property name="option" value="nl"/>
+    </module>
     <module name="SuppressWarningsHolder" />
     <module name="RegexpSinglelineJava">
             <property name="format" value="System\.(out)|(err)\.print(ln)?\("/>
@@ -202,11 +206,6 @@
         <module name="ModifierOrder"/>
         <module name="RedundantModifier"/>
 
-        <module name="SeparatorWrap">
-            <property name="tokens" value="DOT"/>
-            <property name="option" value="nl"/>
-        </module>
-
         <module name="MemberName">
             <property name="format" value="^[a-z][a-z0-9][a-zA-Z0-9]*$"/>
             <message key="name.invalidPattern"