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 1e23a126 Add Checkstyle ParenPad 1e23a126 is described below commit 1e23a126902db80525f4a3956a037f825e97170f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 14:24:49 2025 -0500 Add Checkstyle ParenPad --- src/conf/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index 08487c85..7e0bf769 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -73,6 +73,7 @@ limitations under the License. <module name="ModifierOrder" /> <module name="MultipleVariableDeclarations" /> <module name="NeedBraces" /> + <module name="ParenPad" /> <module name="RedundantImport" /> <module name="RedundantModifier" /> <module name="RightCurly" />