HADOOP-15252. Checkstyle version is not compatible with IDEA's checkstyle plugin

Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
This commit is contained in:
Andras Bokor 2018-03-02 17:08:17 -08:00 committed by Akira Ajisaka
parent c75105f07b
commit 90d2bdcb75
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
2 changed files with 4 additions and 5 deletions

View File

@ -50,8 +50,6 @@
<module name="Checker">
<module name="SuppressWarningsFilter"/>
<module name="SuppressionCommentFilter"/>
<module name="SuppressWithNearbyCommentFilter"/>
<!-- Checks that a package.html file exists for each package. -->
<!-- See http://checkstyle.sf.net/config_javadoc.html#PackageHtml -->
@ -72,7 +70,8 @@
<module name="TreeWalker">
<module name="SuppressWarningsHolder"/>
<module name="FileContentsHolder"/>
<module name="SuppressionCommentFilter"/>
<module name="SuppressWithNearbyCommentFilter"/>
<!-- Checks for Javadoc comments. -->

View File

@ -107,8 +107,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<maven-clover2-plugin.version>3.3.0</maven-clover2-plugin.version>
<maven-bundle-plugin.version>2.5.0</maven-bundle-plugin.version>
<lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
<maven-checkstyle-plugin.version>2.17</maven-checkstyle-plugin.version>
<checkstyle.version>7.5.1</checkstyle.version>
<maven-checkstyle-plugin.version>3.0.0</maven-checkstyle-plugin.version>
<checkstyle.version>8.8</checkstyle.version>
<dependency-check-maven.version>1.4.3</dependency-check-maven.version>
<shell-executable>bash</shell-executable>