Revision: 953
Author: allain.lalonde
Date: Sat Jan 23 19:25:44 2010
Log: Bumping checkstyle version for swt module
http://code.google.com/p/piccolo2d/source/detail?r=953
Modified:
/piccolo2d.java/branches/2.0-spike/swt/pom.xml
/piccolo2d.java/branches/2.0-spike/swt/src/build/conf/checkstyle.xml
=======================================
--- /piccolo2d.java/branches/2.0-spike/swt/pom.xml Tue Jan 19 12:39:24 2010
+++ /piccolo2d.java/branches/2.0-spike/swt/pom.xml Sat Jan 23 19:25:44 2010
@@ -63,7 +63,7 @@
<plugins>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>2.3</version>
+ <version>2.4</version>
<configuration>
<configLocation>${basedir}/src/build/conf/checkstyle.xml</configLocation>
<enableRulesSummary>false</enableRulesSummary>
=======================================
--- /piccolo2d.java/branches/2.0-spike/swt/src/build/conf/checkstyle.xml
Mon Oct 19 11:09:39 2009
+++ /piccolo2d.java/branches/2.0-spike/swt/src/build/conf/checkstyle.xml
Sat Jan 23 19:25:44 2010
@@ -24,8 +24,15 @@
<module name="Checker">
<!-- Checks that a package.html file exists for each package. -->
- <!-- See http://checkstyle.sf.net/config_javadoc.html#PackageHtml -->
- <module name="PackageHtml" />
+ <module name="JavadocPackage">
+ <property name="allowLegacy" value="true" />
+ </module>
+
+ <module name="FileLength">
+ <property name="max" value="4000" />
+ </module>
+
+ <module name="FileTabCharacter" />
<!-- Checks that property files contain the same keys. -->
<!-- See http://checkstyle.sf.net/config_misc.html#Translation -->
@@ -89,7 +96,6 @@
<!-- Checks for Size Violations. -->
<!-- See http://checkstyle.sf.net/config_sizes.html -->
- <module name="FileLength" />
<module name="LineLength">
<property name="max" value="120" />
</module>
@@ -106,7 +112,6 @@
<module name="OperatorWrap" />
<module name="ParenPad" />
<module name="TypecastParenPad" />
- <module name="TabCharacter" />
<module name="WhitespaceAfter" />
<module name="WhitespaceAround" />
--
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en