[FOray-commit] SF.net SVN: foray: [7927] trunk/foray/scripts/checkstyle-config.xml
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-09-06 00:07:15
|
Revision: 7927
http://svn.sourceforge.net/foray/?rev=7927&view=rev
Author: victormote
Date: 2006-09-05 17:07:11 -0700 (Tue, 05 Sep 2006)
Log Message:
-----------
Add new requirement to checkstyle regarding document ordering.
Modified Paths:
--------------
trunk/foray/scripts/checkstyle-config.xml
Modified: trunk/foray/scripts/checkstyle-config.xml
===================================================================
--- trunk/foray/scripts/checkstyle-config.xml 2006-09-06 00:06:35 UTC (rev 7926)
+++ trunk/foray/scripts/checkstyle-config.xml 2006-09-06 00:07:11 UTC (rev 7927)
@@ -93,7 +93,7 @@
<!--Check for standard ordering of type declarations.-->
<module name="DeclarationOrder">
- <property name="severity" value="ignore"/>
+ <property name="severity" value="error"/>
</module>
<!--Require "this" identifier for all instance variables.-->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|