Created
June 8, 2017 10:10
-
-
Save vmi/a22986fd20f94bc9218f2944d2a18dbe to your computer and use it in GitHub Desktop.
How to configure aliasList of SuppressWarningsHolder in checkstyle.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<module name="SuppressWarningsHolder"> | |
<property name="aliasList" value="com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck=javadoc,com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck=javadoc,com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck=javadoc"/> | |
</module> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment