nastra commented on code in PR #13466: URL: https://github.com/apache/iceberg/pull/13466#discussion_r2189308161
########## .baseline/checkstyle/checkstyle.xml: ########## @@ -431,6 +431,11 @@ <property name="format" value="@Test\(.*expected.*\)"/> <property name="message" value="Prefer using Assertions.assertThatThrownBy(...).isInstanceOf(...) instead."/> </module> + <module name="RegexpSinglelineJava"> Review Comment: we should make sure that this is only applied to src/test but not to src/main -- 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