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-dbcp.git
The following commit(s) were added to refs/heads/master by this push: new 0ea133b4 Add Checkstyle TypecastParenPad 0ea133b4 is described below commit 0ea133b44b937a7cf828ce62de62060edf184155 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 12:07: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 2a969cb9..28c85568 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -118,6 +118,7 @@ <property name="ordered" value="true"/> <property name="separated" value="true"/> </module> + <module name="TypecastParenPad" /> </module> <module name="RegexpSingleline"> <!-- Deprecated @author tag -->