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 17:12:14 UTC

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

Author: sebb
Date: Mon Aug 24 15:12:13 2015
New Revision: 1697434

URL: http://svn.apache.org/r1697434
Log:
Checkstyle: Line length

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=1697434&r1=1697433&r2=1697434&view=diff
==============================================================================
--- commons/proper/net/trunk/checkstyle.xml (original)
+++ commons/proper/net/trunk/checkstyle.xml Mon Aug 24 15:12:13 2015
@@ -57,8 +57,7 @@ limitations under the License.
     <module name="UnusedImports"/>
     <module name="NeedBraces"/>
     <module name="LineLength">
-      <property name="max" value="132"/> <!-- TODO reduce -->
-      <property name="severity" value="warning" />
+      <property name="max" value="132"/>
     </module>
 
     <!-- Modifier Checks                                    -->