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-rng.git
commit 75ba8f1819a54c5f7bd053ecee1780a428e03e5b Author: Alex Herbert <[email protected]> AuthorDate: Thu Sep 17 10:24:42 2026 +0100 Suppress checkstyle in examples class --- 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 2d737ad6..df02aefa 100644 --- a/src/conf/checkstyle/checkstyle-suppressions.xml +++ b/src/conf/checkstyle/checkstyle-suppressions.xml @@ -41,6 +41,7 @@ <suppress checks="MethodLength" files="ProbabilityDensityApproximationCommand" /> <suppress checks="FileLength" files="[\\/]StableSamplerTest" /> <suppress checks="FileLength" files="[\\/]ZigguratSamplerPerformance" /> + <suppress checks="UnnecessaryParentheses" files="[\\/]ZigguratSamplerPerformance" /> <!-- Suppress checks for the method-local inner classes --> <suppress checks="MissingJavadocType" files="[\\/]LXMBenchmark" /> <suppress checks="MissingJavadocMethod" files="[\\/]LXMBenchmark" />
