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:40:39 UTC

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

Author: markt
Date: Fri Oct  5 10:40:39 2018
New Revision: 1842886

URL: http://svn.apache.org/viewvc?rev=1842886&view=rev
Log:
Note how many need braces errors we have

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=1842886&r1=1842885&r2=1842886&view=diff
==============================================================================
--- tomcat/trunk/res/checkstyle/checkstyle.xml (original)
+++ tomcat/trunk/res/checkstyle/checkstyle.xml Fri Oct  5 10:40:39 2018
@@ -53,6 +53,9 @@
     <module name="AvoidNestedBlocks">
       <property name="allowInSwitchCase" value="true"/>
     </module>
+    <!-- ~2800 errors
+    <module name="NeedBraces"/>
+    -->
 
     <!-- Coding -->
     <module name="IllegalInstantiation"/>



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