This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch 1.2.X
in repository https://gitbox.apache.org/repos/asf/mina-ftpserver.git


The following commit(s) were added to refs/heads/1.2.X by this push:
     new 7979c83  Applied Gary Gregory patch
7979c83 is described below

commit 7979c83362532d159c29f02354a220fcda54cb96
Author: emmanuel lecharny <elecha...@apache.org>
AuthorDate: Mon Mar 21 11:19:59 2022 +0100

    Applied Gary Gregory patch
---
 checkstyle.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/checkstyle.xml b/checkstyle.xml
index d695476..9e7964a 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -25,10 +25,6 @@ limitations under the License.
   <property name="localeLanguage" value="en"/>
   <module name="JavadocPackage"/>
 
-  <module name="ArrayTypeStyle">
-    <property name="javaStyle" value="true"/>
-  </module>
-
   <module name="LineLength">
     <property name="fileExtensions" value="java"/>
     <property name="max" value="120"/>
@@ -52,11 +48,15 @@ limitations under the License.
     <property name="file" value="checkstyle-suppressions.xml"/>
   </module>
 
-  <module name="FinalParameters">
-    <property name="ignorePrimitiveTypes" value="true"/>
-  </module>
-  
   <module name="TreeWalker">
+    <module name="ArrayTypeStyle">
+      <property name="javaStyle" value="true"/>
+    </module>
+
+    <module name="FinalParameters">
+      <property name="ignorePrimitiveTypes" value="true"/>
+    </module>
+
     <module name="AvoidStarImport"/>
     <module name="IllegalImport"/>
     <module name="RedundantImport"/>

Reply via email to