kaygorodov commented on code in PR #1023: URL: https://github.com/apache/flink-kubernetes-operator/pull/1023#discussion_r2319851521
########## pom.xml: ########## @@ -281,13 +281,13 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.17</version> + <version>3.6.0</version> <dependencies> <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> <!-- Note: match version with docs/flinkDev/ide_setup.md --> - <version>8.14</version> + <version>10.17.0</version> Review Comment: BTW, what about the above comment: > <!-- Note: match version with docs/flinkDev/ide_setup.md --> I don't see such file anymore or mentioning of _com.puppycrawl.tools_ in the docs, it seems to be obsolete and probably should be deleted -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org