You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2011/04/11 06:23:33 UTC

svn commit: r1090933 - /commons/proper/lang/trunk/checkstyle.xml

Author: psteitz
Date: Mon Apr 11 04:23:33 2011
New Revision: 1090933

URL: http://svn.apache.org/viewvc?rev=1090933&view=rev
Log:
Dropped line length check.

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

Modified: commons/proper/lang/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/checkstyle.xml?rev=1090933&r1=1090932&r2=1090933&view=diff
==============================================================================
--- commons/proper/lang/trunk/checkstyle.xml (original)
+++ commons/proper/lang/trunk/checkstyle.xml Mon Apr 11 04:23:33 2011
@@ -38,9 +38,6 @@ limitations under the License.
     <module name="RedundantThrows">
       <property name="allowUnchecked" value="true"/>
     </module>
-    <module name="LineLength">
-      <property name="max" value="120"/>
-    </module>
     <module name="JavadocMethod">
       <property name="allowUndeclaredRTE" value="true"/>
     </module>