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/11 19:52:39 UTC

[fineract] branch develop updated: Removed already added MethodName checkstyle from comments

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 960ae3f  Removed already added MethodName checkstyle from comments
960ae3f is described below

commit 960ae3f85515b6a15b6a81b058acbd17bd123cd8
Author: thesmallstar <ma...@gmail.com>
AuthorDate: Thu Jun 11 04:40:54 2020 +0530

    Removed already added MethodName checkstyle from comments
---
 fineract-provider/config/checkstyle/checkstyle.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/fineract-provider/config/checkstyle/checkstyle.xml b/fineract-provider/config/checkstyle/checkstyle.xml
index 510b3d7..85e00d7 100644
--- a/fineract-provider/config/checkstyle/checkstyle.xml
+++ b/fineract-provider/config/checkstyle/checkstyle.xml
@@ -204,11 +204,6 @@
             <message key="name.invalidPattern"
              value="Class type name ''{0}'' must match pattern ''{1}''."/>
         </module>
-        <module name="MethodName">
-            <property name="format" value="^[a-z][a-zA-Z0-9_]*$"/>
-            <message key="name.invalidPattern"
-             value="Method name ''{0}'' must match pattern ''{1}''."/>
-        </module>
     
         <module name="ConstantName" />
         <module name="NoFinalizer"/>