This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 86dd08d684 Checkstyle checks for Javadoc += NonEmptyAtclauseDescription
86dd08d684 is described below
commit 86dd08d684156caaf94f0e0743e9781abe29bdb6
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Jan 13 10:29:25 2023 +0000
Checkstyle checks for Javadoc += NonEmptyAtclauseDescription
---
res/checkstyle/checkstyle.xml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/res/checkstyle/checkstyle.xml b/res/checkstyle/checkstyle.xml
index 20bf4ed261..31a8a31a69 100644
--- a/res/checkstyle/checkstyle.xml
+++ b/res/checkstyle/checkstyle.xml
@@ -86,6 +86,21 @@
</module>
<module name="JavadocMissingLeadingAsterisk"/>
<module name="JavadocMissingWhitespaceAfterAsterisk"/>
+ <module name="JavadocStyle">
+ <!-- ~1600 errors -->
+ <property name="checkFirstSentence" value="false"/>
+ <!-- ~1500 errors -->
+ <property name="checkEmptyJavadoc" value="false"/>
+ <!-- Does not handle HTML tags in {@code ...} correctly -->
+ <property name="checkHtml" value="false"/>
+ </module>
+ <!-- ~9000 errors
+ <module name="MissingJavadocMethod"/>
+ -->
+ <!-- ~1400 errors
+ <module name="MissingJavadocType"/>
+ -->
+ <module name="NonEmptyAtclauseDescription"/>
<!-- Miscellaneous -->
<!-- ~5500 errors
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]