zhongqishang commented on code in PR #3674:
URL: https://github.com/apache/amoro/pull/3674#discussion_r2218613232
##########
tools/maven/checkstyle.xml:
##########
@@ -120,6 +120,11 @@ This file is based on the checkstyle file of Apache Beam.
<message key="import.illegal" value="{0}; Use amoro shaded guava
instead."/>
</module>
+ <module name="IllegalImport">
Review Comment:
This package may have been imported accidentally. I think `IllegalImport` is
enough.
Of course, `Regex` can better detect the error introduction in the code.
If need to check for incorrect references in code, it is best to use `Regex`.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]