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 2016/06/11 01:28:15 UTC

svn commit: r1747833 - /commons/proper/bcel/trunk/checkstyle.xml

Author: sebb
Date: Sat Jun 11 01:28:14 2016
New Revision: 1747833

URL: http://svn.apache.org/viewvc?rev=1747833&view=rev
Log:
Allow slightly longer lines now every parameter is final

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

Modified: commons/proper/bcel/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/checkstyle.xml?rev=1747833&r1=1747832&r2=1747833&view=diff
==============================================================================
--- commons/proper/bcel/trunk/checkstyle.xml (original)
+++ commons/proper/bcel/trunk/checkstyle.xml Sat Jun 11 01:28:14 2016
@@ -57,7 +57,7 @@ limitations under the License.
     <!-- 
      -->
     <module name="LineLength">
-      <property name="max" value="135"/>
+      <property name="max" value="160"/>
     </module>
  
     <!-- Checks for Naming Conventions.                  -->