This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 6901b494980a02b269923fa68d5211363a018e38 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Jun 24 18:04:23 2019 +0100 Skip checkstyle for test files without ALv2 header --- build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build.xml b/build.xml index e15d57c..ead9834 100644 --- a/build.xml +++ b/build.xml @@ -579,6 +579,7 @@ <exclude name="java/org/apache/**/parser/Token*.java" /> <!-- Exclude simple test files --> <exclude name="test/webapp/bug53257/**/*.txt"/> + <exclude name="test/webapp/bug49nnn/bug49464*"/> <exclude name="test/webapp-fragments/WEB-INF/classes/*.txt"/> <exclude name="test/webresources/**"/> <!-- Exclude test files with unusual encodings --> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org