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
The following commit(s) were added to refs/heads/master by this push:
new a8958055 Checkstyle: Suppress checks in the examples module
a8958055 is described below
commit a895805502c24a14c17426b0ec535cbeed185767
Author: Alex Herbert <[email protected]>
AuthorDate: Tue Aug 25 14:08:04 2026 +0100
Checkstyle: Suppress checks in the examples module
---
src/conf/checkstyle/checkstyle-suppressions.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/conf/checkstyle/checkstyle-suppressions.xml
b/src/conf/checkstyle/checkstyle-suppressions.xml
index 5287011c..a10817c4 100644
--- a/src/conf/checkstyle/checkstyle-suppressions.xml
+++ b/src/conf/checkstyle/checkstyle-suppressions.xml
@@ -44,6 +44,7 @@
<suppress checks="UnnecessaryParentheses"
files=".*[/\\]gamma[/\\]BoostGamma.java" />
<!-- All documentation is within deprecated tags. -->
<suppress checks="SummaryJavadoc"
files=".*[/\\]combinatorics[/\\]FactorialDouble.java" />
+ <suppress checks="SummaryJavadoc" files="[\\/]examples[\\/].*" />
<!-- Selection -->
<suppress checks="ParameterNumber"
files=".*[/\\]arrays[/\\]QuickSelect.java" />