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 d306bcf  FINERACT-971 Added AvoidDoubleBraceInitialization Checkstyle
d306bcf is described below

commit d306bcf9aa3a7b72b5cd4288c1efe0a8bc1e1af5
Author: Manthan Surkar <[email protected]>
AuthorDate: Thu Aug 6 02:40:05 2020 +0530

    FINERACT-971 Added AvoidDoubleBraceInitialization Checkstyle
---
 fineract-provider/config/checkstyle/checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fineract-provider/config/checkstyle/checkstyle.xml 
b/fineract-provider/config/checkstyle/checkstyle.xml
index 042e439..6e96d2d 100644
--- a/fineract-provider/config/checkstyle/checkstyle.xml
+++ b/fineract-provider/config/checkstyle/checkstyle.xml
@@ -193,6 +193,7 @@
              value="Local variable name ''{0}'' must match pattern ''{1}''."/>
         </module>
         <module name="AvoidNoArgumentSuperConstructorCall"/>
+        <module name="AvoidDoubleBraceInitialization"/>
 <!-- TODO Enable many more checks (go about this one by one, step by step, 
raise separate PRs fixing and then enforcing):
 
         <module name="HiddenField">

Reply via email to