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


The following commit(s) were added to refs/heads/master by this push:
     new b028291  Update Checkstyle for lambdas
b028291 is described below

commit b0282912bbef733f26b26cde51e324490bf411f1
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Feb 15 08:38:27 2024 -0500

    Update Checkstyle for lambdas
---
 src/conf/checkstyle.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 39f5c5d..0e89aeb 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -77,10 +77,7 @@
     <module name="ParenPad" />
 
     <module name="WhitespaceAfter" />
-    <module name="WhitespaceAround">
-      <property name="tokens"
-        value="ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, 
BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LCURLY, LE, 
LITERAL_ASSERT, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, 
LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SYNCHRONIZED, LITERAL_TRY, 
LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, 
PLUS_ASSIGN, QUESTION, RCURLY, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, 
STAR_ASSIGN, TYPE_EXTENSION_AND" />
-    </module>
+    <module name="WhitespaceAround" />
 
     <!-- Modifier Checks -->
     <!-- See http://checkstyle.sf.net/config_modifiers.html -->

Reply via email to