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 9490454 FINERACT-821 Added OuterTypeFilename Checkstyle
9490454 is described below
commit 94904543f193855fede8d1d95538dbd4f8bea670
Author: thesmallstar <[email protected]>
AuthorDate: Mon Jun 15 05:38:29 2020 +0530
FINERACT-821 Added OuterTypeFilename Checkstyle
---
fineract-provider/config/checkstyle/checkstyle.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/fineract-provider/config/checkstyle/checkstyle.xml
b/fineract-provider/config/checkstyle/checkstyle.xml
index 847c42a..8f7a988 100644
--- a/fineract-provider/config/checkstyle/checkstyle.xml
+++ b/fineract-provider/config/checkstyle/checkstyle.xml
@@ -112,12 +112,13 @@
<!-- No PACKAGE_DEF token, as we like our license header to be
glue to "package" statement, to save 1 line screen space -->
<property name="tokens" value="IMPORT, CLASS_DEF, INTERFACE_DEF,
ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"/>
</module>
- <module name="PackageName">
+ <module name="PackageName">
<property name="format" value="^[a-z]+(\.[a-z][a-z0-9_]*)*$"/>
<message key="name.invalidPattern"
value="Package name ''{0}'' must match pattern ''{1}''."/>
</module>
- <module name="AnnotationLocation">
+ <module name="OuterTypeFilename"/>
+ <module name="AnnotationLocation">
<property name="tokens" value="VARIABLE_DEF"/>
<property name="allowSamelineMultipleAnnotations" value="true"/>
</module>
@@ -188,7 +189,6 @@
- <module name="OuterTypeFilename"/>