You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ka...@apache.org on 2020/05/28 15:50:24 UTC

[fineract] branch develop updated: FINERACT-821 Added NoLineWrap Checkstyle

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

kaze 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 896571d  FINERACT-821 Added NoLineWrap Checkstyle
896571d is described below

commit 896571d4790278d55c77b64bb790155c0d3536f5
Author: Manthan Surkar <ma...@gmail.com>
AuthorDate: Tue May 26 02:32:21 2020 +0530

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

diff --git a/fineract-provider/config/checkstyle/checkstyle.xml b/fineract-provider/config/checkstyle/checkstyle.xml
index ecc297d..a76cd7c 100644
--- a/fineract-provider/config/checkstyle/checkstyle.xml
+++ b/fineract-provider/config/checkstyle/checkstyle.xml
@@ -89,7 +89,7 @@
           <module name="UpperEll"/>
           <module name="NeedBraces"/>
           <module name="ArrayTypeStyle"/>     
-          
+          <module name="NoLineWrap"/>
 <!-- TODO Enable many more checks (go about this one by one, step by step, raise separate PRs fixing and then enforcing):
 
         <module name="HiddenField">
@@ -124,7 +124,7 @@
         </module>
        
         <module name="OneTopLevelClass"/>
-        <module name="NoLineWrap"/>
+       
         <module name="EmptyBlock">
             <property name="option" value="TEXT"/>
             <property name="tokens" value="LITERAL_TRY, LITERAL_CATCH, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE, LITERAL_SWITCH"/>