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 e2b486e44437e4d29d9ee3cbd45c1902a7f63c88
Author: Lyor Goldstein <[email protected]>
AuthorDate: Sun Mar 17 19:08:41 2019 +0200

    Upgraded Checkstyle version to 8.18
---
 pom.xml             | 2 +-
 sshd-checkstyle.xml | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 211d453..47b44a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -818,7 +818,7 @@
                         <dependency>
                             <groupId>com.puppycrawl.tools</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>8.17</version>
+                            <version>8.18</version>
                             <exclusions>
                                 <!-- MCHECKSTYLE-156 -->
                                 <exclusion>
diff --git a/sshd-checkstyle.xml b/sshd-checkstyle.xml
index c1efc3d..fd148e1 100644
--- a/sshd-checkstyle.xml
+++ b/sshd-checkstyle.xml
@@ -212,7 +212,6 @@
         </module>
 
         <module name="IllegalType">
-            <property name="format" value="^xxx$" />
             <property name="illegalClassNames" 
value="java.util.GregorianCalendar, java.util.Hashtable, java.util.HashSet, 
java.util.HashMap, java.util.ArrayList, java.util.LinkedList, 
java.util.LinkedHashMap, java.util.LinkedHashSet, java.util.TreeSet, 
java.util.TreeMap" />
         </module>
         <module name="DeclarationOrder" />

Reply via email to