This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git


The following commit(s) were added to refs/heads/master by this push:
     new 0796c847 Suppress SummaryJavadoc in examples modules
0796c847 is described below

commit 0796c8474d64f189e4fb03fe7ba7700e9cb92bdd
Author: Alex Herbert <[email protected]>
AuthorDate: Sat Aug 22 14:14:29 2026 +0100

    Suppress SummaryJavadoc in examples modules
---
 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 fe523ec8..2d737ad6 100644
--- a/src/conf/checkstyle/checkstyle-suppressions.xml
+++ b/src/conf/checkstyle/checkstyle-suppressions.xml
@@ -44,4 +44,5 @@
   <!-- Suppress checks for the method-local inner classes -->
   <suppress checks="MissingJavadocType" files="[\\/]LXMBenchmark" />
   <suppress checks="MissingJavadocMethod" files="[\\/]LXMBenchmark" />
+  <suppress checks="SummaryJavadoc" files="[\\/]examples[\\/].*" />
 </suppressions>

Reply via email to