You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2023/02/14 17:25:45 UTC

[tomcat] 02/02: Expand CheckStyle to include test code

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 2b6061151eb4c6d353d70b040391341c046305f7
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Feb 14 17:21:36 2023 +0000

    Expand CheckStyle to include test code
---
 build.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index fb67c70d7c..1f750eb6ac 100644
--- a/build.xml
+++ b/build.xml
@@ -861,7 +861,10 @@
         <exclude name="nbproject/**"/>
         <exclude name="output/**"/>
         <exclude name="modules/**"/>
-        <exclude name="test/**"/>
+        <exclude name="test/webapp-fragments/WEB-INF/classes/*.txt"/>
+        <exclude name="test/webapp/bug49nnn/*.txt"/>
+        <exclude name="test/webapp/bug53257/**/*.txt"/>
+        <exclude name="test/webresources/**/*.txt"/>
         <exclude name="**/*.mdl"/>
         <exclude name="**/*.pem"/>
         <exclude name="**/*.svg"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org