My favorites | Sign in
Project Logo
          
New issue | Search
for
| Advanced search | Search tips
Issue 23: Allow checkstyle to run on other file types than .java (JSPs, .properties, etc.)
1 person starred this issue and may be notified of changes. Back to list
Status:  Accepted
Owner:  jshiell
Type-Enhancement
Priority-Medium


Sign in to add a comment
 
Reported by neopeak, Jul 30, 2008
Hi,

Since Checkstyle is able to run on mutliple file types, it would be nice to
be able to configure what file types we want to run Checkstyle on. This
would allow JSPs, properties (ResourceBundles) files to also be checked by
CheckStyle.

A simple pattern-matching algorithm could probably do the job :
(Taken from IDEA's Settings - Compiler - Resource patterns) 
?*.properties;?*.xml;?*.gif;?*.png;?*.jpeg;?*.jpg;?*.html;?*.dtd;?*.tld;?*.xsl

Just a quick suggestion ;)

By the way, nice plugin, it is very useful!
 
Comment 1 by jshiell, Jul 31, 2008
A very good idea, and hopefully not too hard to implement :-) Thanks
Status: Accepted
Labels: -Type-Defect Type-Enhancement
Comment 2 by jshiell, Jul 31, 2008
(No comment was entered for this change.)
Owner: jshiell
Sign in to add a comment

Hosted by Google Code