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 7427ef3 FINERACT-821 Added MethodParamPad Checkstyle
7427ef3 is described below
commit 7427ef32bc3441e0aa7012b8b6f7bdc7a9f0d17f
Author: thesmallstar <[email protected]>
AuthorDate: Mon Jun 15 04:17:25 2020 +0530
FINERACT-821 Added MethodParamPad Checkstyle
---
fineract-provider/config/checkstyle/checkstyle.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/fineract-provider/config/checkstyle/checkstyle.xml
b/fineract-provider/config/checkstyle/checkstyle.xml
index f632ece..ecff548 100644
--- a/fineract-provider/config/checkstyle/checkstyle.xml
+++ b/fineract-provider/config/checkstyle/checkstyle.xml
@@ -128,6 +128,7 @@
</module>
<module name="UpperEll"/>
<module name="NeedBraces"/>
+ <module name="MethodParamPad"/>
<module name="ArrayTypeStyle"/>
<module name="NoLineWrap"/>
<module name="IllegalTokenText">
@@ -246,8 +247,6 @@
<module name="OverloadMethodsDeclarationOrder"/>
<module name="VariableDeclarationUsageDistance"/>
- <module name="MethodParamPad"/>
-
<! - - Enable some JavaDoc validation (requires quite a lot of manual
clean up work; not a top priority for initial Checkstyle adoption - ->
<module name="JavadocTagContinuationIndentation"/>