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

lgoldstein pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git

commit 23204466a58b98a00ad6afd850714b80764e24c9
Author: Lyor Goldstein <lgoldst...@apache.org>
AuthorDate: Sat Jun 26 10:46:19 2021 +0300

    Upgraded Checkstyle version to 8.43
---
 pom.xml             | 2 +-
 sshd-checkstyle.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a92f5ab..4241872 100644
--- a/pom.xml
+++ b/pom.xml
@@ -913,7 +913,7 @@
                         <dependency>
                             <groupId>com.puppycrawl.tools</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>8.41.1</version>
+                            <version>8.43</version>
                             <exclusions>
                                 <!-- MCHECKSTYLE-156 -->
                                 <exclusion>
diff --git a/sshd-checkstyle.xml b/sshd-checkstyle.xml
index d578900..1451965 100644
--- a/sshd-checkstyle.xml
+++ b/sshd-checkstyle.xml
@@ -238,7 +238,7 @@
         </module>
         <module name="MultipleVariableDeclarations" />
         <!--<module name="RequireThis" />-->
-        <module name="UnnecessaryParentheses" />
+        <!-- module name="UnnecessaryParentheses" / -->
 
             <!-- Checks for class design                         -->
             <!-- See http://checkstyle.sf.net/config_design.html -->

Reply via email to