This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 802caad5a32f4cf4feb754deef09f061338a8d36 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Jul 8 10:06:43 2019 +0100 Add a check, commented out by default, that helps when tidying up code --- res/checkstyle/checkstyle.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/res/checkstyle/checkstyle.xml b/res/checkstyle/checkstyle.xml index 60596c1..711212e 100644 --- a/res/checkstyle/checkstyle.xml +++ b/res/checkstyle/checkstyle.xml @@ -78,7 +78,14 @@ <module name="RedundantImport"/> <module name="UnusedImports"/> - <!-- Modifiers --> + <!-- Miscellaneous --> + <!-- ~5000 errors + <module name="Indentation"> + <property name="lineWrappingIndentation" value="8"/> + </module> + --> + + <!-- Modifiers --> <module name="ModifierOrder"/> <!-- ~1750 errors <module name="RedundantModifier"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org