Is there a way to force Checkstyle to ignore particular warning in the source code? [duplicate]
PMD has a way to ignore particular warning with //NOPMDcomment inside Java source file.
Does Checkstyle have similar option?
Yes, look at the SuppressionCommentFilter and SuppressWithNearbyCommentFilter options.
加载中,请稍侯......
精彩评论