views:

643

answers:

1

PMD has a way to ignore particular warning with //NOPMDcomment inside Java source file.

Does Checkstyle have similar option?

+1  A: 

Yes, look at the SuppressionCommentFilter and SuppressWithNearbyCommentFilter options.

Taylor Leese
+1 Thanks for fast answer :)
Superfilin