You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2022/01/24 00:58:12 UTC

[commons-imaging] 01/02: Add RAT check exclusions.

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

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git

commit 1f0c2f4bbbd1631b24c8821cac8efa72e234e1a7
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Mon Jan 24 01:54:14 2022 +0100

    Add RAT check exclusions.
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index ee2ab44..6049e2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -215,6 +215,7 @@
               <exclude>src/test/data/**/*.xbm</exclude>
               <exclude>src/test/data/**/*.bmp</exclude>
               <exclude>src/test/data/**/*.tga</exclude>
+              <exclude>src/test/data/**/*.hdr</exclude>
               <exclude>src/main/resources/org/apache/commons/imaging/formats/xpm/rgb.txt</exclude>
               <exclude>.asf.yaml</exclude>
             </excludes>