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-exec.git


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

commit 05d255aa36a36d4f8b1359196e999a72b4804255
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 21 12:09:28 2025 -0500

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

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 40bae009..7b7f3fa6 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -153,14 +153,12 @@
     <module name="VisibilityModifier">
       <property name="protectedAllowed" value="true" />
     </module>
-
-
     <!-- Miscellaneous other checks. -->
     <!-- See http://checkstyle.sf.net/config_misc.html -->
     <module name="ArrayTypeStyle" />
     <module name="TodoComment" />
     <module name="UpperEll" />
-
+    <module name="TypecastParenPad" />    
   </module>
   <!-- @author tags are deprecated -->
   <module name="RegexpSingleline">

Reply via email to