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-configuration.git
The following commit(s) were added to refs/heads/master by this push: new ddd8ec07 Add Checkstyle TypecastParenPad ddd8ec07 is described below commit ddd8ec07a3c28f566b39f8335fd534efad91ddc1 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 12:05:43 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 c965a17d..2814af93 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -153,6 +153,7 @@ <property name="ordered" value="true"/> <property name="separated" value="true"/> </module> + <module name="TypecastParenPad" /> </module> <!-- @author tags are deprecated --> <module name="RegexpSingleline">