nastra commented on code in PR #12822: URL: https://github.com/apache/iceberg/pull/12822#discussion_r2053416463
########## .baseline/checkstyle/checkstyle.xml: ########## @@ -439,6 +439,11 @@ <property name="illegalClasses" value="org.junit.rules.ExpectedException"/> <message key="import.illegal" value="Prefer using Assertions.assertThatThrownBy(...).isInstanceOf(...) instead."/> </module> + <module name="IllegalImport"> + <property name="id" value="BanAssumeTrueUsage"/> Review Comment: ```suggestion <property name="id" value="BanJUnit5AssumptionsUsage"/> ``` -- 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