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-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 81d6e2a9 Add Checkstyle ParenPad 81d6e2a9 is described below commit 81d6e2a9bacebf096b0e50e7536683f5a41e1965 Author: Gary David Gregory (Code signing key) <ggreg...@apache.org> AuthorDate: Tue Jan 21 13:57:34 2025 -0500 Add Checkstyle ParenPad --- src/conf/checkstyle/checkstyle.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conf/checkstyle/checkstyle.xml b/src/conf/checkstyle/checkstyle.xml index 2084f0d8..666ff29c 100644 --- a/src/conf/checkstyle/checkstyle.xml +++ b/src/conf/checkstyle/checkstyle.xml @@ -71,6 +71,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" />