This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push: new 30329abb Add new CSV file to RAT exclusion check 30329abb is described below commit 30329abb627b827bf33c1d81a3bdc7cf2c18a084 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Jan 23 06:19:11 2023 -0500 Add new CSV file to RAT exclusion check --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 8b1366a4..9cbbc652 100644 --- a/pom.xml +++ b/pom.xml @@ -216,6 +216,7 @@ <excludes> <!-- These files are used as test data and test result specifications. --> <exclude>src/test/resources/org/apache/commons/csv/empty.txt</exclude> + <exclude>src/test/resources/org/apache/commons/csv/CSV-141/csv-141.csv</exclude> <exclude>src/test/resources/org/apache/commons/csv/csv-167/sample1.csv</exclude> <exclude>src/test/resources/org/apache/commons/csv/CSV-198/optd_por_public.csv</exclude> <exclude>src/test/resources/org/apache/commons/csv/CSV-213/999751170.patch.csv</exclude>