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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]