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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3187e3fd Add Checkstyle TypecastParenPad
3187e3fd is described below

commit 3187e3fdbdf85bea8375038b8517c273e00098d3
Author: Gary David Gregory (Code signing key) <ggreg...@apache.org>
AuthorDate: Tue Jan 21 11:54:46 2025 -0500

    Add Checkstyle TypecastParenPad
---
 src/conf/checkstyle/checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/conf/checkstyle/checkstyle.xml 
b/src/conf/checkstyle/checkstyle.xml
index 5ed9603f..2084f0d8 100644
--- a/src/conf/checkstyle/checkstyle.xml
+++ b/src/conf/checkstyle/checkstyle.xml
@@ -84,6 +84,7 @@ limitations under the License.
       <property name="commentFormat" value="CHECKSTYLE IGNORE (\w+)" />
       <property name="checkFormat" value="$1" />
     </module>
+    <module name="TypecastParenPad" />    
     <module name="TypeName">
         <!-- Allow underscore in class names -->
       <property name="format" value="^[A-Z][A-Za-z0-9]*(_[A-Za-z0-9]+)*$" />

Reply via email to