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 e59a32cf20 Update error counts - formatting is reducing these slowly e59a32cf20 is described below commit e59a32cf2085e78ca29fd9194d5c9084e8d12784 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Mar 20 17:14:38 2025 +0000 Update error counts - formatting is reducing these slowly --- res/checkstyle/checkstyle.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/res/checkstyle/checkstyle.xml b/res/checkstyle/checkstyle.xml index 2817223348..97167edb03 100644 --- a/res/checkstyle/checkstyle.xml +++ b/res/checkstyle/checkstyle.xml @@ -94,27 +94,27 @@ <module name="JavadocMissingLeadingAsterisk"/> <module name="JavadocMissingWhitespaceAfterAsterisk"/> <module name="JavadocStyle"> - <!-- Disabled. Large number of errors with minimal benefit to be gained by fixing at this time. ~1500 errors --> - <property name="checkFirstSentence" value="false"/> <!-- Disabled. Large number of errors with minimal benefit to be gained by fixing at this time. ~1400 errors --> + <property name="checkFirstSentence" value="false"/> + <!-- Disabled. Large number of errors with minimal benefit to be gained by fixing at this time. ~1300 errors --> <property name="checkEmptyJavadoc" value="false"/> <!-- Does not handle HTML tags in {@code ...} correctly --> <property name="checkHtml" value="false"/> </module> - <!-- ~9000 errors + <!-- ~10000 errors <module name="MissingJavadocMethod"/> --> - <!-- ~1500 errors + <!-- ~1600 errors <module name="MissingJavadocType"/> --> <module name="NonEmptyAtclauseDescription"/> - <!-- ~1400 errors + <!-- ~500 errors <module name="RequireEmptyLineBeforeBlockTagGroup"/> --> <module name="SingleLineJavadoc"/> <!-- Miscellaneous --> - <!-- ~3300 errors + <!-- ~1700 errors <module name="Indentation"> <property name="lineWrappingIndentation" value="8"/> </module> @@ -128,7 +128,7 @@ <module name="GenericWhitespace"/> <module name="EmptyForInitializerPad"/> <module name="EmptyForIteratorPad"/> - <!-- ~ 1000 errors + <!-- ~ 600 errors <module name="OperatorWrap"> <property name="option" value="eol"/> </module> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org