You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by kr...@apache.org on 2015/12/10 18:27:16 UTC

svn commit: r1719117 - /commons/proper/io/trunk/checkstyle.xml

Author: krosenvold
Date: Thu Dec 10 17:27:16 2015
New Revision: 1719117

URL: http://svn.apache.org/viewvc?rev=1719117&view=rev
Log:
Set column width to 160.

I'm sure I could set it to unlimited, but 160 is the new 640Kb

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

Modified: commons/proper/io/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/checkstyle.xml?rev=1719117&r1=1719116&r2=1719117&view=diff
==============================================================================
--- commons/proper/io/trunk/checkstyle.xml (original)
+++ commons/proper/io/trunk/checkstyle.xml Thu Dec 10 17:27:16 2015
@@ -41,7 +41,7 @@ limitations under the License.
       <property name="allowSubclasses" value="true"/>
     </module>
     <module name="LineLength">
-      <property name="max" value="120"/>
+      <property name="max" value="160"/>
     </module>
     <module name="JavadocMethod">
       <property name="allowUndeclaredRTE" value="true"/>