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 <[email protected]>
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"/>