[jsword-svn] r2269 - trunk/jsword-support/tools/checkstyle
dmsmith at crosswire.org
dmsmith at crosswire.org
Sun Feb 10 07:00:14 MST 2013
Author: dmsmith
Date: 2013-02-10 07:00:14 -0700 (Sun, 10 Feb 2013)
New Revision: 2269
Modified:
trunk/jsword-support/tools/checkstyle/custom.xml
Log:
Allow long package names ending with tion.
Modified: trunk/jsword-support/tools/checkstyle/custom.xml
===================================================================
--- trunk/jsword-support/tools/checkstyle/custom.xml 2013-02-09 13:06:36 UTC (rev 2268)
+++ trunk/jsword-support/tools/checkstyle/custom.xml 2013-02-10 14:00:14 UTC (rev 2269)
@@ -72,7 +72,7 @@
</module>
<module name="MethodName"/>
<module name="PackageName">
- <property name="format" value="^[a-z]+(\.[a-z][a-z0-9]{1,13})*$"/>
+ <property name="format" value="^[a-z]+(\.[a-z]([a-z0-9]{1,13}|[a-z0-9]+tion))*$"/>
</module>
<module name="ParameterName">
<property name="format" value="[a-z][a-zA-Z0-9]*$"/>
More information about the jsword-svn
mailing list