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 2021/11/06 08:56:54 UTC

[tomcat] 02/02: Update RAT excludes for new CI system

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit d2ae5d63cda4d9e5af24ea0249c266a9322754d3
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Sat Nov 6 08:56:36 2021 +0000

    Update RAT excludes for new CI system
---
 res/rat/rat-excludes.txt | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/res/rat/rat-excludes.txt b/res/rat/rat-excludes.txt
index 8d23f0f..450484e 100644
--- a/res/rat/rat-excludes.txt
+++ b/res/rat/rat-excludes.txt
@@ -30,7 +30,7 @@
   - package-list and script.js files in API documentation (javadoc) are
     generated
 
-  - other test files, such as trivial textual files containing only "OK' string,
+  - test files, such as trivial textual files containing only "OK' string,
     files in unusual encodings or compressed files are also excluded.
 
   - JSON files (RFC7159) are data and cannot contain comments
@@ -53,9 +53,9 @@
 
   - Markdown files for display in their GitHub UI
 
-  - Temporary cache files used by Checkstle
+  - Temporary cache files used by Checkstyle
 
-  - Configuration files for third party Continuous Integration systems like Travis CI
+  - Temporary files used by buildbot
 
 
 output/build/logs/*
@@ -212,3 +212,5 @@ output/dist/temp/safeToDelete.tmp
 
 output/res/checkstyle/*
 
+tomcat-10.0.x/**
+

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