This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.X in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
commit 1758e25e6984303cb8dfdac2af42946e933aa457 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 14:10:26 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 16846875..909b964a 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -60,6 +60,7 @@ limitations under the License. <property name="scope" value="protected" /> </module> <module name="NeedBraces" /> + <module name="ParenPad" /> <module name="RedundantImport" /> <module name="TypecastParenPad" /> <module name="UnusedImports" />