PMD has a way to ignore particular warning with //NOPMD
comment inside Java source file.
Does Checkstyle have similar option?
Yes, look at the SuppressionCommentFilter and SuppressWithNearbyCommentFilter options.
PMD has a way to ignore particular warning with //NOPMD
comment inside Java source file.
Does Checkstyle have similar option?
Yes, look at the SuppressionCommentFilter and SuppressWithNearbyCommentFilter options.
精彩评论