HADOOP-13411. Checkstyle suppression by annotation or comment. Contributed by John Zhuge.
This commit is contained in:
parent
b09a03cd7d
commit
0e68e14d55
@ -49,6 +49,10 @@
|
||||
|
||||
<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 -->
|
||||
<module name="JavadocPackage"/>
|
||||
@ -67,6 +71,10 @@
|
||||
|
||||
<module name="TreeWalker">
|
||||
|
||||
<module name="SuppressWarningsHolder"/>
|
||||
<module name="FileContentsHolder"/>
|
||||
|
||||
|
||||
<!-- Checks for Javadoc comments. -->
|
||||
<!-- See http://checkstyle.sf.net/config_javadoc.html -->
|
||||
<module name="JavadocType">
|
||||
|
Loading…
Reference in New Issue
Block a user