That is interesting. I've never run into this. There are explicit suppressions 
for those checks in src/main/resources/checkstyle/checkstyle-suppressions.xml. 
Do you have any more details? What mvn command are you running?

-Matt
________________________________
From: Gary Gregory <garydgreg...@gmail.com>
Sent: Monday, March 30, 2020 3:17 PM
To: Commons Developers List <dev@commons.apache.org>
Subject: [Numbers] Local build failing due to Checstyle violations

[INFO] --- maven-checkstyle-plugin:3.1.0:check (default) @
commons-numbers-complex ---
[INFO] There are 3 errors reported by Checkstyle 8.29 with
C:\git\commons-numbers\commons-numbers-complex/../src/main/resources/checkstyle/checkstyle.xml
ruleset.
[ERROR] src\main\java\org\apache\commons\numbers\complex\Complex.java:[1]
(sizes) FileLength: File length is 3,666 lines (max allowed is 2,000).
[ERROR]
src\main\java\org\apache\commons\numbers\complex\Complex.java:[1728,5]
(sizes) MethodLength: Method length is 163 lines (max allowed is 150).
[ERROR]
src\test\java\org\apache\commons\numbers\complex\ComplexTest.java:[1]
(sizes) FileLength: File length is 2,157 lines (max allowed is 2,000).

Please fix.

Gary

Reply via email to