findepi commented on code in PR #10886:
URL: https://github.com/apache/iceberg/pull/10886#discussion_r1705578042


##########
.baseline/checkstyle/checkstyle.xml:
##########
@@ -414,6 +414,11 @@
             <property name="format" value="@Test\(.*expected.*\)"/>
             <property name="message" value="Prefer using 
Assertions.assertThatThrownBy(...).isInstanceOf(...) instead."/>
         </module>
+        <module name="RegexpSinglelineJava">
+            <property name="format" value="^\s*assert\s+"/>

Review Comment:
   can you give 
https://checkstyle.sourceforge.io/checks/coding/illegaltoken.html#IllegalToken 
with LITERAL_ASSERT token a try?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to