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/02 20:49:09 UTC

[fineract] branch develop updated: FINERACT-821 Added OneTopLevelClass 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 140435b  FINERACT-821 Added OneTopLevelClass checkstyle
140435b is described below

commit 140435bca490b62bb0e29ee926aa1d289f887c4e
Author: thesmallstar <ma...@gmail.com>
AuthorDate: Wed Jun 3 00:50:58 2020 +0530

    FINERACT-821 Added OneTopLevelClass checkstyle
---
 fineract-provider/config/checkstyle/checkstyle.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/fineract-provider/config/checkstyle/checkstyle.xml b/fineract-provider/config/checkstyle/checkstyle.xml
index 1503835..8c8b27b 100644
--- a/fineract-provider/config/checkstyle/checkstyle.xml
+++ b/fineract-provider/config/checkstyle/checkstyle.xml
@@ -95,6 +95,7 @@
             <property name="format" value="\\u00(08|09|0(a|A)|0(c|C)|0(d|D)|22|27|5(C|c))|\\(0(10|11|12|14|15|42|47)|134)"/>
             <property name="message" value="Avoid using corresponding octal or Unicode escape."/>
         </module>
+          <module name="OneTopLevelClass"/>
 <!-- TODO Enable many more checks (go about this one by one, step by step, raise separate PRs fixing and then enforcing):
 
         <module name="HiddenField">
@@ -122,7 +123,7 @@
       
 
         <module name="OuterTypeFilename"/>
-        <module name="OneTopLevelClass"/>
+        
        
         <module name="EmptyBlock">
             <property name="option" value="TEXT"/>