You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2020/01/14 02:42:29 UTC

[commons-numbers] 03/03: Allow long file length for ComplexTest.

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

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

commit c1a3dca29e9c0fef70fe1e62a3271f2716e9abe3
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Tue Jan 14 02:42:21 2020 +0000

    Allow long file length for ComplexTest.
---
 src/main/resources/checkstyle/checkstyle-suppressions.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/checkstyle/checkstyle-suppressions.xml b/src/main/resources/checkstyle/checkstyle-suppressions.xml
index ae460c8..8b74a51 100644
--- a/src/main/resources/checkstyle/checkstyle-suppressions.xml
+++ b/src/main/resources/checkstyle/checkstyle-suppressions.xml
@@ -21,7 +21,7 @@
 <suppressions>
   <suppress checks="Indentation" files=".*/combinatorics/Factorial.java" />
   <suppress checks="ParameterNumber" files=".*/arrays/LinearCombination.java" />
-  <suppress checks="FileLengthCheck" files=".*/Complex.java" />
+  <suppress checks="FileLengthCheck" files=".*/Complex(Test)?.java" />
   <suppress checks="MethodLength" files=".*/Complex.java" />
 
   <!-- Be more lenient on tests. -->