You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2021/07/16 16:51:01 UTC

[GitHub] [commons-statistics] aherbert commented on pull request #27: [STATISTICS-31] Add survivalProbability function for cont. dist.

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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org