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-cli.git
The following commit(s) were added to refs/heads/master by this push: new 09a6cc4d Add Checkstyle TypecastParenPad 09a6cc4d is described below commit 09a6cc4d586cadba86b17ac8476075cf9f60c250 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 12:02:32 2025 -0500 Add Checkstyle TypecastParenPad --- src/conf/checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index 0e89aebc..a7674073 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -133,7 +133,7 @@ <property name="ordered" value="true"/> <property name="separated" value="true"/> </module> - + <module name="TypecastParenPad" /> </module> <!-- @author tags are deprecated -->