You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/05/24 09:27:22 UTC

[GitHub] [incubator-inlong] dockerzhang commented on a diff in pull request #4350: [INLONG-4349][Doc] Update check style to avoid the Javadoc missing and error

dockerzhang commented on code in PR #4350:
URL: https://github.com/apache/incubator-inlong/pull/4350#discussion_r880277115


##########
codestyle/checkstyle.xml:
##########
@@ -419,9 +419,13 @@
          </module>
 
         <module name="SingleLineJavadoc">
-            <property name="severity" value="info"/>
+            <property name="severity" value="error"/>
             <property name="ignoreInlineTags" value="true"/>
         </module>
+        <module name="MissingJavadocMethod">
+            <property name="severity" value="info"/>

Review Comment:
   the `severity` will change to `error` when all missing docs are added.



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org