| Issue 23: | Allow checkstyle to run on other file types than .java (JSPs, .properties, etc.) |
1 of 10
Next ›
|
| 1 person starred this issue and may be notified of changes. | Back to list |
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! |
|
,
Jul 31, 2008
A very good idea, and hopefully not too hard to implement :-) Thanks
Status: Accepted
Labels: -Type-Defect Type-Enhancement |
|
,
Jul 31, 2008
(No comment was entered for this change.)
Owner: jshiell
|
|
|
|