alpinegizmo commented on code in PR #20836:
URL: https://github.com/apache/flink/pull/20836#discussion_r971266850
##########
tools/ci/flink-ci-tools/src/main/java/org/apache/flink/tools/ci/licensecheck/NoticeFileChecker.java:
##########
@@ -62,6 +62,10 @@ public class NoticeFileChecker {
private static final Pattern SHADE_INCLUDE_MODULE_PATTERN =
Pattern.compile(".*Including ([^:]+):([^:]+):jar:([^ ]+) in the
shaded jar");
+ private static final Pattern DEPLOY_MODULE_PATTERN =
Review Comment:
This would be easier to understand if we added a comment showing an example
of a string this pattern is applied to.
--
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]