You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/12/07 15:01:21 UTC

svn commit: r1043051 - /tomcat/trunk/checkstyle.xml

Author: markt
Date: Tue Dec  7 14:01:21 2010
New Revision: 1043051

URL: http://svn.apache.org/viewvc?rev=1043051&view=rev
Log:
Another day, another check

Modified:
    tomcat/trunk/checkstyle.xml

Modified: tomcat/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/checkstyle.xml?rev=1043051&r1=1043050&r2=1043051&view=diff
==============================================================================
--- tomcat/trunk/checkstyle.xml (original)
+++ tomcat/trunk/checkstyle.xml Tue Dec  7 14:01:21 2010
@@ -56,6 +56,11 @@
     https://sourceforge.net/tracker/?func=detail&aid=3039718&group_id=29721&atid=397078
     <module name="GenericWhitespace"/>
     -->
+    <!--  ~ 1000 errors
+    <module name="OperatorWrap">
+      <property name="option" value="oel"/>
+    </module>
+    -->
     <module name="EmptyForInitializerPad"/>
     <module name="EmptyForIteratorPad"/>
   </module>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org