You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2015/08/24 02:37:13 UTC

svn commit: r1697291 - /commons/proper/net/trunk/checkstyle.xml

Author: sebb
Date: Mon Aug 24 00:37:13 2015
New Revision: 1697291

URL: http://svn.apache.org/r1697291
Log:
These are now fixed, so make them errors

Modified:
    commons/proper/net/trunk/checkstyle.xml

Modified: commons/proper/net/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/checkstyle.xml?rev=1697291&r1=1697290&r2=1697291&view=diff
==============================================================================
--- commons/proper/net/trunk/checkstyle.xml (original)
+++ commons/proper/net/trunk/checkstyle.xml Mon Aug 24 00:37:13 2015
@@ -40,14 +40,6 @@ limitations under the License.
     <property name="format" value="\s+$" />
     <property name="message" value="Line has trailing spaces." />
     <property name="fileExtensions" value="java" />
-    <property name="severity" value="warning" />
-  </module>
-
-  <module name="RegexpSingleline">
-    <property name="format" value="^\s+$" />
-    <property name="message" value="Line only spaces." />
-    <property name="fileExtensions" value="java" />
-    <property name="severity" value="warning" />
   </module>
 
   <!-- @author tags are deprecated -->