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
commit 7efd8484eb5daf8ad0688e9bc4ef764594d0880d Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Apr 12 16:29:50 2023 +0100 Update current error counts --- res/checkstyle/checkstyle.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/res/checkstyle/checkstyle.xml b/res/checkstyle/checkstyle.xml index c8def1716a..4e8b76c358 100644 --- a/res/checkstyle/checkstyle.xml +++ b/res/checkstyle/checkstyle.xml @@ -97,17 +97,17 @@ <!-- ~9000 errors <module name="MissingJavadocMethod"/> --> - <!-- ~1400 errors + <!-- ~1500 errors <module name="MissingJavadocType"/> --> <module name="NonEmptyAtclauseDescription"/> - <!-- ~1500 errors + <!-- ~1400 errors <module name="RequireEmptyLineBeforeBlockTagGroup"/> --> <module name="SingleLineJavadoc"/> <!-- Miscellaneous --> - <!-- ~4100 errors + <!-- ~3300 errors <module name="Indentation"> <property name="lineWrappingIndentation" value="8"/> </module> @@ -121,7 +121,7 @@ <module name="GenericWhitespace"/> <module name="EmptyForInitializerPad"/> <module name="EmptyForIteratorPad"/> - <!-- ~ 1100 errors + <!-- ~ 1000 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