aherbert commented on pull request #27: URL: https://github.com/apache/commons-statistics/pull/27#issuecomment-881583746
This is currently failing the CI build on checkstyle issues. You can perform the same checks that are run by the CI build using the default maven target: ``` mvn ``` This will run the following checks: ``` mvn clean verify apache-rat:check clirr:check checkstyle:check pmd:check spotbugs:check javadoc:javadoc ``` You can run each target independently until it passes and then force push your changes to this branch. Thanks. -- 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]
