Repository: mina-sshd Updated Branches: refs/heads/master 9a87c27e1 -> 92c9ea86d
Upgrade checkstyle version to 8.8 Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/92c9ea86 Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/92c9ea86 Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/92c9ea86 Branch: refs/heads/master Commit: 92c9ea86da47d9c92941331d6ab087266ec75b65 Parents: 9a87c27 Author: Lyor Goldstein <[email protected]> Authored: Wed Jan 31 22:14:38 2018 +0200 Committer: Lyor Goldstein <[email protected]> Committed: Wed Jan 31 22:14:38 2018 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- sshd-checkstyle.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/92c9ea86/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1456327..7376a2f 100644 --- a/pom.xml +++ b/pom.xml @@ -578,7 +578,7 @@ <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>8.7</version> + <version>8.8</version> <exclusions> <!-- MCHECKSTYLE-156 --> <exclusion> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/92c9ea86/sshd-checkstyle.xml ---------------------------------------------------------------------- diff --git a/sshd-checkstyle.xml b/sshd-checkstyle.xml index 0a5aa77..0067bb8 100644 --- a/sshd-checkstyle.xml +++ b/sshd-checkstyle.xml @@ -25,6 +25,8 @@ <!--<module name="StrictDuplicateCode" />--> <module name="TreeWalker"> + <property name="fileExtensions" value="java" /> + <!-- Checks for Javadoc comments. --> <!-- See http://checkstyle.sf.net/config_javadoc.html --> <!--
