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-imaging.git
The following commit(s) were added to refs/heads/master by this push: new 6f48aebc Add Checkstyle TypecastParenPad 6f48aebc is described below commit 6f48aebc7a27422ec8928d9d4c736851db3e1490 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 11:52:49 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 7dba6801..08487c85 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -82,6 +82,7 @@ limitations under the License. <module name="SuperClone" /> <module name="SuperFinalize" /> <module name="SuppressionCommentFilter" /> + <module name="TypecastParenPad" /> <module name="UnnecessaryParentheses" /> <module name="UnusedImports" /> <module name="UpperEll" />