mxm commented on code in PR #1047:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/1047#discussion_r2660982468


##########
tools/maven/checkstyle.xml:
##########
@@ -230,8 +230,8 @@ This file is based on the checkstyle file of Apache Beam.
                        <message key="import.illegal" value="{0}; Use 
flink-shaded-netty instead."/>
                </module>
                <module name="IllegalImport">
-                       <property name="illegalPkgs" value="com.google.common"/>
-                       <message key="import.illegal" value="{0}; Use 
flink-shaded-guava instead."/>
+                       <property name="illegalPkgs" 
value="org.apache.flink.shaded.guava31"/>

Review Comment:
   This should work: 
   
   ```suggestion
                        <property name="illegalPkgs" regex="true" 
value="org.apache.flink.shaded.guava.*"/>
   ```
   
   Note that regex feature needs to be enabled. See 
https://checkstyle.sourceforge.io/checks/imports/illegalimport.html#Properties



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