Re: How to disable checkstyle rules per method
"Oliver Burn" <[email protected]>
| Newsgroups | gmane.comp.java.audit.checkstyle.user |
|---|---|
| Message-ID | <[email protected]> |
Better late than never, but did you see http://checkstyle.sourceforge.net/config.html#Filters. Specifically you can use SuppressionCommentFilter and have a comment around the methods you want to suppress. There is currently no support for Java annotations to do this. On 7/25/07, Lucas Nazário dos Santos <[email protected]> wrote: > > Hello. > > First of all, I would like to apologize everybody beforehand if I'm > duplicating a topic that already exists. I was trying to search the mailing > list archives for a similar doubt, but it was throwing an error - Unable to > connect to Search Server. > > I would like to know if there is a way to disable checkstyle rules per > method using, for instance, java annotations. > > Any help is appreciate! > > > Cheers, > > Lucas Nazario > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Checkstyle-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/checkstyle-user > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Checkstyle-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/checkstyle-user