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/05/29 11:36:23 UTC

[commons-text] branch master updated: Remove LineLength from Checkstyle suppresion

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-text.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ef40780 Remove LineLength from Checkstyle suppresion
1ef40780 is described below

commit 1ef40780e83e292a9a3fb0ecdc213568ab9a29d4
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun May 29 07:36:18 2022 -0400

    Remove LineLength from Checkstyle suppresion
---
 checkstyle-suppressions.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml
index 9ba49ebd..d5715aeb 100644
--- a/checkstyle-suppressions.xml
+++ b/checkstyle-suppressions.xml
@@ -41,5 +41,4 @@
   <suppress checks="MethodLength" files="TextStringBuilderAppendInsertTest.java" />
   <suppress checks="TodoComment" files="StringEscapeUtilsTest.java" />
   <suppress checks="TodoComment" files="JaroWinklerDistance.*.java" />
-  <suppress checks="LineLength" files=".*.java" />
 </suppressions>