tisonkun commented on issue #1487: URL: https://github.com/apache/incubator-seatunnel/issues/1487#issuecomment-1067571351
I second @kezhenxu94 's suggestion. One more point is that the default version of IDEA checkstyle plugin is 10.0 which is incompatible with seatunnel's setting. @CalvinKirs I suggest seatunnel config checkstyle version explicitly in `pom.xml` so that it's fixed and easy to find for contributors. But all in all, the default version of checkstyle of maven-checkstyle-plugin 3.1.0 is 8.19. And I've tested with 8.20. It seems #1490 will upgrade to 3.1.2 and the default version of checkstyle becomes 8.29. See also https://maven.apache.org/plugins/maven-checkstyle-plugin/history.html. -- 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]
