You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/07/17 12:43:20 UTC

[commons-codec] 01/04: Long lines

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git

commit 5e5a627f7516cb816a576cdb0fbfe2647f547abc
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jul 17 08:03:18 2022 -0400

    Long lines
---
 src/conf/checkstyle.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index ddb492a5..d3f9855a 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -68,7 +68,7 @@ limitations under the License.
   <module name="LineLength">
       <!-- Ignore lines that begin with " * ", such as within a Javadoc comment. -->
       <property name="ignorePattern" value="^ *\* *[^ ]"/>
-      <property name="max" value="120"/>
+      <property name="max" value="160"/>
   </module>
 
 </module>