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 42a5151f9e2433ce84a6a77299cacbc389dcb870
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Tue Aug 17 00:07:40 2021 +0100

    Remove duplicate ConstantName module
---
 src/main/resources/checkstyle/checkstyle.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/main/resources/checkstyle/checkstyle.xml 
b/src/main/resources/checkstyle/checkstyle.xml
index 42b2a8d..dc52a5b 100644
--- a/src/main/resources/checkstyle/checkstyle.xml
+++ b/src/main/resources/checkstyle/checkstyle.xml
@@ -206,9 +206,6 @@
     <!-- Switch statements should have independent cases -->
     <module name="FallThrough" />
 
-    <!-- Constant names should obey the traditional all uppercase naming 
convention -->
-    <module name="ConstantName" />
-
     <!-- No System.out.println() statements -->
     <module name="Regexp">
       <!-- no sysouts -->

Reply via email to