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 2018/02/12 17:39:40 UTC

[text] Consistent formatting.

Repository: commons-text
Updated Branches:
  refs/heads/master bda26a6dc -> 0bf361aaa


Consistent formatting.

Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/0bf361aa
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/0bf361aa
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/0bf361aa

Branch: refs/heads/master
Commit: 0bf361aaa484984027fd34c4538f8d8a3334ae23
Parents: bda26a6
Author: Gary Gregory <ga...@gmail.com>
Authored: Mon Feb 12 10:39:38 2018 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Mon Feb 12 10:39:38 2018 -0700

----------------------------------------------------------------------
 checkstyle-suppressions.xml | 15 ---------------
 1 file changed, 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/0bf361aa/checkstyle-suppressions.xml
----------------------------------------------------------------------
diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml
index 6cffab5..be52c13 100644
--- a/checkstyle-suppressions.xml
+++ b/checkstyle-suppressions.xml
@@ -25,36 +25,21 @@
   <suppress checks="DesignForExtension" files=".+\.java" lines="0-99999" />
   <suppress checks="HideUtilityClassConstructor" files=".+\.java" lines="0-99999" />
   <suppress checks="VisibilityModifier" files=".+\.java" lines="0-99999" />
-
   <suppress checks="EmptyBlock" files="ExtendedMessageFormat.java" lines="0-99999" />
-
   <suppress checks="LocalFinalVariableName" files="FormattableUtils.java" lines="0-99999" />
-
   <suppress checks="MagicNumber" files="JaccardDistance.java" lines="0-99999" />
-
   <suppress checks="MagicNumber" files="JaccardSimilarity.java" lines="0-99999" />
-
   <suppress checks="MagicNumber" files="JaroWinklerDistance.java" lines="0-99999" />
-
   <suppress checks="FileLength" files="StrBuilder.java" lines="0-99999" />
   <suppress checks="MagicNumber" files="StrBuilder.java" lines="0-99999" />
-
   <suppress checks="MagicNumber" files="StringEscapeUtils.java" lines="0-99999" />
-
   <suppress checks="MagicNumber" files="StrMatcher.java" lines="0-99999" />
-
   <suppress checks="MagicNumber" files="NumericEntityEscaper.java" lines="0-99999" />
-
   <suppress checks="MagicNumber" files="NumericEntityUnescaper.java" lines="0-99999" />
-
   <suppress checks="MagicNumber" files="OctalUnescaper.java" lines="0-99999" />
-
   <suppress checks="MagicNumber" files="UnicodeEscaper.java" lines="0-99999" />
-
   <suppress checks="MagicNumber" files="UnicodeUnescaper.java" lines="0-99999" />
-
   <suppress checks="MagicNumber" files="WordUtils.java" lines="0-99999" />
-  
   <suppress checks="MagicNumber" files=".*[/\\]test[/\\].*" />
   <suppress checks="MethodName" files=".*[/\\]test[/\\].*" />
   <suppress checks="Javadoc" files=".*[/\\]test[/\\].*" />