HADOOP-16227. Upgrade checkstyle to 8.19
(cherry picked from commit 4b4fef2f0e
)
This commit is contained in:
parent
fd90af892c
commit
b45813b259
|
@ -41,6 +41,9 @@
|
|||
-->
|
||||
|
||||
<module name="Checker">
|
||||
|
||||
<property name="cacheFile" value="${checkstyle.cache.file}"/>
|
||||
|
||||
<!-- Checks that each Java package has a Javadoc file used for commenting. -->
|
||||
<!-- See http://checkstyle.sf.net/config_javadoc.html#JavadocPackage -->
|
||||
<module name="JavadocPackage">
|
||||
|
@ -61,8 +64,6 @@
|
|||
|
||||
<module name="TreeWalker">
|
||||
|
||||
<property name="cacheFile" value="${checkstyle.cache.file}"/>
|
||||
|
||||
<!-- Checks for Javadoc comments. -->
|
||||
<!-- See http://checkstyle.sf.net/config_javadoc.html -->
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -108,7 +108,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
|||
<maven-bundle-plugin.version>2.5.0</maven-bundle-plugin.version>
|
||||
<lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
|
||||
<maven-checkstyle-plugin.version>3.0.0</maven-checkstyle-plugin.version>
|
||||
<checkstyle.version>8.8</checkstyle.version>
|
||||
<checkstyle.version>8.19</checkstyle.version>
|
||||
<dependency-check-maven.version>1.4.3</dependency-check-maven.version>
|
||||
|
||||
<shell-executable>bash</shell-executable>
|
||||
|
|
Loading…
Reference in New Issue