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 2018/10/05 10:42:25 UTC

svn commit: r1842887 - /tomcat/trunk/res/checkstyle/checkstyle.xml

Author: markt
Date: Fri Oct  5 10:42:25 2018
New Revision: 1842887

URL: http://svn.apache.org/viewvc?rev=1842887&view=rev
Log:
Operator wrap errors are down to ~1100

Modified:
    tomcat/trunk/res/checkstyle/checkstyle.xml

Modified: tomcat/trunk/res/checkstyle/checkstyle.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/checkstyle/checkstyle.xml?rev=1842887&r1=1842886&r2=1842887&view=diff
==============================================================================
--- tomcat/trunk/res/checkstyle/checkstyle.xml (original)
+++ tomcat/trunk/res/checkstyle/checkstyle.xml Fri Oct  5 10:42:25 2018
@@ -88,7 +88,7 @@
     <module name="GenericWhitespace"/>
     <module name="EmptyForInitializerPad"/>
     <module name="EmptyForIteratorPad"/>
-    <!--  ~ 1200 errors
+    <!--  ~ 1100 errors
     <module name="OperatorWrap">
       <property name="option" value="eol"/>
     </module>



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