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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org