aherbert commented on PR #113:
URL: https://github.com/apache/commons-numbers/pull/113#issuecomment-1167625512

   You should add a suppression to:
   ```
   src/main/resources/checkstyle/checkstyle-suppressions.xml
   ```
   There is already this suppression for Complex:
   ```
   <suppress checks="FileLengthCheck" files=".*[/\\]Complex(Test)?\.java" />
   ```
   You may be able to drop the suppression for Complex if it is now under 2000 
lines and change it to your other files.
   
   If you rebase on the branch again (because I have now updated the 
notifications for GH actions to send e-mails upon failure) and I can then 
approve your PR to allow it to run the GH workflows.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to