KnightChess commented on code in PR #6240:
URL: https://github.com/apache/hudi/pull/6240#discussion_r933056447


##########
style/scalastyle.xml:
##########
@@ -130,5 +130,10 @@
    <parameter name="group.scala">scala\..*</parameter>
   </parameters>
  </check>
+ <check level="error" class="org.scalastyle.scalariform.IllegalImportsChecker" 
enabled="true">
+  <parameters>
+   <parameter name="illegalImports"><![CDATA[com.google.common]]></parameter>

Review Comment:
   add import check rule



-- 
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]

Reply via email to