From: Tim P <ti...@us...> - 2008-03-20 14:55:44
|
Update of /cvsroot/webmacro/webmacro In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv23672 Modified Files: checkstyle.xml Log Message: XML Index: checkstyle.xml =================================================================== RCS file: /cvsroot/webmacro/webmacro/checkstyle.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** checkstyle.xml 20 Mar 2008 14:36:41 -0000 1.2 --- checkstyle.xml 20 Mar 2008 14:55:41 -0000 1.3 *************** *** 64,68 **** - <!-- Checks for Naming Conventions. --> <!-- See http://checkstyle.sf.net/config_naming.html --> --- 64,67 ---- *************** *** 140,144 **** <module name="ParenPad"/> <!-- None allowed --> ! <module name="TabCharacter"> <module name="WhitespaceAfter"> <property name="tokens" value="SEMI"/> --- 139,143 ---- <module name="ParenPad"/> <!-- None allowed --> ! <module name="TabCharacter" /> <module name="WhitespaceAfter"> <property name="tokens" value="SEMI"/> *************** *** 151,155 **** <!-- See http://checkstyle.sf.net/config_modifiers.html --> <!-- module name="ModifierOrder"/ --> ! <module name="RedundantModifier"> --- 150,154 ---- <!-- See http://checkstyle.sf.net/config_modifiers.html --> <!-- module name="ModifierOrder"/ --> ! <module name="RedundantModifier"/> *************** *** 201,205 **** <!-- Miscellaneous other checks. --> <!-- See http://checkstyle.sf.net/config_misc.html --> ! <module name="ArrayTypeStyle"> <!-- We don't do this at all --> <!-- module name="FinalParameters"/ --> --- 200,204 ---- <!-- Miscellaneous other checks. --> <!-- See http://checkstyle.sf.net/config_misc.html --> ! <module name="ArrayTypeStyle" /> <!-- We don't do this at all --> <!-- module name="FinalParameters"/ --> *************** *** 215,216 **** --- 214,216 ---- </module> + |