Update of /cvsroot/bprocessor/tools/checkstyle
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32118/checkstyle
Modified Files:
checkstyle.xml
Log Message:
added 1000 to legal file length so that files shoul be less than 3000 in stead of 2000
Index: checkstyle.xml
===================================================================
RCS file: /cvsroot/bprocessor/tools/checkstyle/checkstyle.xml,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** checkstyle.xml 27 Jun 2005 09:13:52 -0000 1.1.1.1
--- checkstyle.xml 12 Dec 2005 10:11:38 -0000 1.2
***************
*** 116,120 ****
</module>
<module name="FileLength">
! <property name="max" value="2000"/>
</module>
<module name="ParameterNumber">
--- 116,120 ----
</module>
<module name="FileLength">
! <property name="max" value="3000"/>
</module>
<module name="ParameterNumber">
|