Details
-
Wish
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.12.1
-
None
Description
see http://checkstyle.sourceforge.net/config.html#SuppressionCommentFilter
being able to write:
// CHECKSTYLE_OFF: RegexpHeader|LineLength
to disable some precise rules, or even disable every rules with
// CHECKSTYLE_OFF: .*
can be really useful
Attachments
Issue Links
- is related to
-
MCHECKSTYLE-241 add SuppressWarningsFilter (introduced in Checkstyle 5.7) to support @SuppressWarnings
- Closed