mxm commented on code in PR #1023: URL: https://github.com/apache/flink-kubernetes-operator/pull/1023#discussion_r2313763642
########## tools/maven/checkstyle.xml: ########## @@ -276,23 +276,15 @@ This file is based on the checkstyle file of Apache Beam. <!-- Checks for Javadoc comments. --> <!-- See http://checkstyle.sf.net/config_javadoc.html --> <module name="JavadocMethod"> - <property name="scope" value="protected"/> <property name="severity" value="error"/> - <property name="allowMissingJavadoc" value="true"/> <property name="allowMissingParamTags" value="true"/> <property name="allowMissingReturnTag" value="true"/> - <property name="allowMissingThrowsTags" value="true"/> - <property name="allowThrowsTagsForSubclasses" value="true"/> - <property name="allowUndeclaredRTE" value="true"/> - <!-- This check sometimes failed for with "Unable to get class information for @throws tag" for custom exceptions --> - <property name="suppressLoadErrors" value="true"/> </module> Review Comment: Why are we removing these? ########## tools/maven/checkstyle.xml: ########## @@ -276,23 +276,15 @@ This file is based on the checkstyle file of Apache Beam. <!-- Checks for Javadoc comments. --> <!-- See http://checkstyle.sf.net/config_javadoc.html --> <module name="JavadocMethod"> - <property name="scope" value="protected"/> <property name="severity" value="error"/> - <property name="allowMissingJavadoc" value="true"/> <property name="allowMissingParamTags" value="true"/> <property name="allowMissingReturnTag" value="true"/> - <property name="allowMissingThrowsTags" value="true"/> - <property name="allowThrowsTagsForSubclasses" value="true"/> - <property name="allowUndeclaredRTE" value="true"/> - <!-- This check sometimes failed for with "Unable to get class information for @throws tag" for custom exceptions --> - <property name="suppressLoadErrors" value="true"/> </module> <!-- Check that paragraph tags are used correctly in Javadoc. --> <module name="JavadocParagraph"/> <module name="JavadocType"> - <property name="scope" value="protected"/> Review Comment: Same here. -- 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