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 0d02fe4b420807871ee6e5682713e6fd4f703e63 Author: Lyor Goldstein <lgoldst...@apache.org> AuthorDate: Mon Sep 9 13:59:12 2019 +0300 Join checkstyle --- pom.xml | 2 +- sshd-checkstyle.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 0102557..a1a9003 100644 --- a/pom.xml +++ b/pom.xml @@ -818,7 +818,7 @@ <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>8.24</version> + <version>8.23</version> <exclusions> <!-- MCHECKSTYLE-156 --> <exclusion> diff --git a/sshd-checkstyle.xml b/sshd-checkstyle.xml index d17b14f..cc540e4 100644 --- a/sshd-checkstyle.xml +++ b/sshd-checkstyle.xml @@ -25,6 +25,9 @@ <!--<module name="StrictDuplicateCode" />--> <module name="TreeWalker"> + <module name="LineLength"> + <property name="max" value="180" /> + </module> <property name="fileExtensions" value="java" /> <!-- Checks for Javadoc comments. --> @@ -317,9 +320,6 @@ <module name="FileLength"> <property name="max" value="4096" /> </module> - <module name="LineLength"> - <property name="max" value="180" /> - </module> <module name="FileTabCharacter"> <property name="eachLine" value="true" /> </module>