This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch 1.1.X in repository https://gitbox.apache.org/repos/asf/mina-ftpserver.git
The following commit(s) were added to refs/heads/1.1.X by this push: new beeb588 Applied Gary Gregory patch beeb588 is described below commit beeb5884538f8b13ee7e9e67599b1743cdce5d3f Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Mon Mar 21 11:19:07 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..6256ef4 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"/>