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

commit 61a46c3285751f4a17bf911f7f555156b88c2603
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 21 14:37:08 2025 -0500

    Add Checkstyle ParenPad
---
 src/main/config/checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/config/checkstyle.xml b/src/main/config/checkstyle.xml
index 6198e9c0..312bb942 100644
--- a/src/main/config/checkstyle.xml
+++ b/src/main/config/checkstyle.xml
@@ -61,6 +61,7 @@ limitations under the License.
     <module name="RedundantImport"/>
     <module name="UnusedImports"/>
     <module name="NeedBraces"/>
+    <module name="ParenPad" />
 
     <!-- Modifier Checks                                    -->
     <!-- See http://checkstyle.sf.net/config_modifiers.html -->

Reply via email to