dion 2004/09/09 03:04:12
Modified: jelly/jelly-tags tag-checkstyle.xml
Log:
Allow log as a constant
Revision Changes Path
1.4 +2 -1 jakarta-commons/jelly/jelly-tags/tag-checkstyle.xml
Index: tag-checkstyle.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/tag-checkstyle.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tag-checkstyle.xml 9 Sep 2004 04:04:16 -0000 1.3
+++ tag-checkstyle.xml 9 Sep 2004 10:04:12 -0000 1.4
@@ -87,7 +87,7 @@
<!-- Checks for Naming Conventions. -->
<!-- See http://checkstyle.sf.net/config_naming.html -->
<module name="ConstantName">
- <!-- property name="format" value="^[a-z][a-zA-Z0-9]*$"/-->
+ <property name="format" value="^(log)|[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$"/>
<property name="severity" value="error"/>
</module>
<module name="LocalVariableName">
@@ -125,6 +125,7 @@
<!-- name="headerFile" -->
<!-- value="${basedir}/java.header"/> -->
<property name="headerFile" value="${checkstyle.header.file}"/>
+ <property name="severity" value="error"/>
</module>
<!-- Following interprets the header file as regular expressions. -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]