You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Herve Boutemy (JIRA)" <ji...@codehaus.org> on 2014/08/18 18:28:10 UTC

[jira] (MCHECKSTYLE-247) add CHECKSTYLE_OFF/ON: regexp support (SuppressionCommentFilter)

     [ https://jira.codehaus.org/browse/MCHECKSTYLE-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Herve Boutemy updated MCHECKSTYLE-247:
--------------------------------------

    Description: 
see http://checkstyle.sourceforge.net/config.html#SuppressionCommentFilter

being able to write:
{code:java}// CHECKSTYLE_OFF: RegexpHeader|LineLength{code}
to disable some precise rules, or even disable every rules with
{code:java}// CHECKSTYLE_OFF: .*{code}
can be really useful


  was:
see http://checkstyle.sourceforge.net/config.html#SuppressionCommentFilter

being able to write:
{code:java}// CHECKSTYLE_OFF: RegexpHeader|LineLength{code:java}
to disable some precise rules, or even disable every rules with
{code:java}// CHECKSTYLE_OFF: .*{code:java}
can be really useful



> add CHECKSTYLE_OFF/ON: regexp support (SuppressionCommentFilter)
> ----------------------------------------------------------------
>
>                 Key: MCHECKSTYLE-247
>                 URL: https://jira.codehaus.org/browse/MCHECKSTYLE-247
>             Project: Maven Checkstyle Plugin
>          Issue Type: Wish
>    Affects Versions: 2.12.1
>            Reporter: Herve Boutemy
>
> see http://checkstyle.sourceforge.net/config.html#SuppressionCommentFilter
> being able to write:
> {code:java}// CHECKSTYLE_OFF: RegexpHeader|LineLength{code}
> to disable some precise rules, or even disable every rules with
> {code:java}// CHECKSTYLE_OFF: .*{code}
> can be really useful



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)