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 27c71e90fd52305aafc1a8cff2e9ca5b964961bb
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 21 13:44:42 2025 -0500

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

diff --git a/src/main/config/checkstyle.xml b/src/main/config/checkstyle.xml
index 9815d5e7..6198e9c0 100644
--- a/src/main/config/checkstyle.xml
+++ b/src/main/config/checkstyle.xml
@@ -98,7 +98,7 @@ limitations under the License.
       <property name="ordered" value="true"/>
       <property name="separated" value="true"/>
     </module>
-
+    <module name="TypecastParenPad" />
   </module>
 
   <module name="SuppressionFilter">

Reply via email to