Re: RegexpSingleline, and XML files

Oliver Burn <[email protected]> Mon, 7 Mar 2011 17:31:37 +1100
Newsgroups gmane.comp.java.audit.checkstyle.user
Message-ID <[email protected]>
How are you invoking Checkstyle?

Specifically, how are you specifying the files to be processed by
Checkstyle, and does it include the XML files?

On Sat, Mar 5, 2011 at 01:57, Michael Hüttermann <[email protected]>wrote:

>
>  Hello,
>
>  I want to validate XML files, but the following module construction
>  only detects the false pattern in Java files. How can I configure it to
>  make it apply to XML files as well? Thanks!!!
>
>  <module name="Checker">
>    <module name="RegexpSingleline">
>      <property name="severity" value="warning" />
>      <property name="format" value="findme\s+$" />
>      <property name="message" value="bug!" />
>    </module>
>  </module>
>
>
>
>
> ------------------------------------------------------------------------------
> What You Don't Know About Data Connectivity CAN Hurt You
> This paper provides an overview of data connectivity, details
> its effect on application quality, and explores various alternative
> solutions. http://p.sf.net/sfu/progress-d2d
> _______________________________________________
> Checkstyle-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/checkstyle-user
>

------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d

_______________________________________________
Checkstyle-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/checkstyle-user