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-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f8b0475 Add Checkstyle ParenPad
2f8b0475 is described below

commit 2f8b047587cd2bba70ca8efb477c2fc433abd8d5
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 21 14:11:29 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 70b2fd87..218157ef 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -43,6 +43,7 @@ limitations under the License.
     <module name="RedundantImport"/>
     <module name="UnusedImports"/>
     <module name="NeedBraces"/>
+    <module name="ParenPad" />
     <module name="JavadocType">
       <property name="scope" value="protected"/>
     </module>

Reply via email to