You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2017/05/04 10:34:45 UTC

[2/3] [text] checkstyle-suppressions.xml: also suppress MagicNumber warning for WordUitls

checkstyle-suppressions.xml: also suppress MagicNumber warning for WordUitls


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

Branch: refs/heads/master
Commit: 8140c6a7be164d03920734002febf5f763ad5bce
Parents: c0f7877
Author: Pascal Schumacher <pa...@gmx.net>
Authored: Thu May 4 12:31:15 2017 +0200
Committer: Pascal Schumacher <pa...@gmx.net>
Committed: Thu May 4 12:31:15 2017 +0200

----------------------------------------------------------------------
 checkstyle-suppressions.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/8140c6a7/checkstyle-suppressions.xml
----------------------------------------------------------------------
diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml
index bdf6ecf..687034d 100644
--- a/checkstyle-suppressions.xml
+++ b/checkstyle-suppressions.xml
@@ -52,4 +52,6 @@
   <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" />
 </suppressions>