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-collections.git
The following commit(s) were added to refs/heads/master by this push: new af658507a Add Checkstyle TypecastParenPad af658507a is described below commit af658507afca4bf66ab19e498d7f156e5e7e7621 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 12:04:05 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 4c63163e3..f4762f33a 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -70,6 +70,7 @@ limitations under the License. <property name="ordered" value="true"/> <property name="separated" value="true"/> </module> + <module name="TypecastParenPad" /> </module> <!-- @author tags are deprecated --> <module name="RegexpSingleline">