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 2017/11/13 12:34:49 UTC

svn commit: r1815095 - /tomcat/tc7.0.x/trunk/res/checkstyle/checkstyle.xml

Author: markt
Date: Mon Nov 13 12:34:49 2017
New Revision: 1815095

URL: http://svn.apache.org/viewvc?rev=1815095&view=rev
Log:
Enforce not using static Assert.* imports

Modified:
    tomcat/tc7.0.x/trunk/res/checkstyle/checkstyle.xml

Modified: tomcat/tc7.0.x/trunk/res/checkstyle/checkstyle.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/res/checkstyle/checkstyle.xml?rev=1815095&r1=1815094&r2=1815095&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/res/checkstyle/checkstyle.xml (original)
+++ tomcat/tc7.0.x/trunk/res/checkstyle/checkstyle.xml Mon Nov 13 12:34:49 2017
@@ -60,7 +60,6 @@
     <module name="AvoidStaticImport">
         <property name="excludes"
                   value="org.apache.catalina.startup.SimpleHttpClient.CRLF"/>
-        <property name="excludes" value="org.junit.Assert.*"/>
     </module>
     <module name="IllegalImport">
         <property name="illegalPkgs" value="sun,junit.framework"/>



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