zentol opened a new pull request #14575:
URL: https://github.com/apache/flink/pull/14575


   Enhances the checkstyle error messages for illegal imports.
   
   Example output:
   ```
   [INFO] --- maven-checkstyle-plugin:2.17:check (default-cli) @ flink-core ---
   [INFO] There are 2 errors reported by Checkstyle 8.14 with 
/tools/maven/checkstyle.xml ruleset.
   [ERROR] 
src\main\java\org\apache\flink\configuration\AlgorithmOptions.java:[21,1] 
(imports) IllegalImport: com.google.common.collect.ImmutableList; Use 
flink-shaded-guava instead
   [ERROR] 
src\main\java\org\apache\flink\configuration\AlgorithmOptions.java:[22,1] 
(imports) IllegalImport: com.google.common.collect.ImmutableMap; Use 
flink-shaded-guava instead
   ```


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to