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

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

commit 76e5bdfa427e7ddc98a587cd52902330030a569b
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 21 12:00:30 2025 -0500

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

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 757f3778..16846875 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -61,6 +61,7 @@ limitations under the License.
     </module>
     <module name="NeedBraces" />
     <module name="RedundantImport" />
+    <module name="TypecastParenPad" />    
     <module name="UnusedImports" />
   </module>
   <property name="localeLanguage" value="en" />

Reply via email to