This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit dd6c0d4a7bf9c42b3073c6f34fa636a8b35e84c0 Author: Dimitris Soumis <[email protected]> AuthorDate: Wed Sep 3 16:13:40 2025 +0300 Add Indentation module to checkstyle.xml --- res/checkstyle/checkstyle.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/res/checkstyle/checkstyle.xml b/res/checkstyle/checkstyle.xml index 97167edb03..a24f399183 100644 --- a/res/checkstyle/checkstyle.xml +++ b/res/checkstyle/checkstyle.xml @@ -114,11 +114,9 @@ <module name="SingleLineJavadoc"/> <!-- Miscellaneous --> - <!-- ~1700 errors <module name="Indentation"> <property name="lineWrappingIndentation" value="8"/> </module> - --> <!-- Modifiers --> <module name="ModifierOrder"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
