Upgraded used checkstyle version to 8.2
Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/756a9c6c Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/756a9c6c Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/756a9c6c Branch: refs/heads/master Commit: 756a9c6c30fa906dcd1f1132ad3be9f046c133bc Parents: 8258714 Author: Lyor Goldstein <lyor.goldst...@gmail.com> Authored: Thu Sep 21 08:24:20 2017 +0300 Committer: Lyor Goldstein <lyor.goldst...@gmail.com> Committed: Thu Sep 21 08:47:13 2017 +0300 ---------------------------------------------------------------------- pom.xml | 2 +- sshd-checkstyle.xml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/756a9c6c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1808235..483cda1 100644 --- a/pom.xml +++ b/pom.xml @@ -607,7 +607,7 @@ <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> - <version>8.1</version> + <version>8.2</version> <exclusions> <!-- MCHECKSTYLE-156 --> <exclusion> http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/756a9c6c/sshd-checkstyle.xml ---------------------------------------------------------------------- diff --git a/sshd-checkstyle.xml b/sshd-checkstyle.xml index 758e35b..3a9f72e 100644 --- a/sshd-checkstyle.xml +++ b/sshd-checkstyle.xml @@ -25,8 +25,6 @@ <!--<module name="StrictDuplicateCode" />--> <module name="TreeWalker"> - <!-- Enable FileContentsHolder to allow us to in turn turn on suppression comments --> - <module name="FileContentsHolder" /> <!-- Checks for Javadoc comments. --> <!-- See http://checkstyle.sf.net/config_javadoc.html --> <!--