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-logging.git
The following commit(s) were added to refs/heads/master by this push: new 26e7dc2 Add Checkstyle TypecastParenPad 26e7dc2 is described below commit 26e7dc2ebfa8000a6c4a309c5015b4bebbefa7c1 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 13:47:02 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 163b762..7ae8919 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -72,5 +72,6 @@ limitations under the License. </module> <module name="WhitespaceAfter" /> <module name="ParenPad" /> + <module name="TypecastParenPad" /> </module> </module>