Skip to content

Commit f7f6970

Browse files
committed
feat(package-configurations): Add a path exclude for commons-compress
The main goal of excluding the `src/test` directory is to exclude the file at src/test/resources/org/apache/commons/compress/COMPRESS-649/some-900kb-text.txt (also see [1]) which contains random text in a single line, causing ScanCode 32.1.0 to time out. [1]: https://github.com/apache/commons-compress/blob/rel/commons-compress-1.26.2/src/test/resources/org/apache/commons/compress/COMPRESS-649/some-900kb-text.txt Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent d67f846 commit f7f6970

File tree

1 file changed

+9
-0
lines changed
  • package-configurations/Maven/org.apache.commons/commons-compress/1.26.2

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
id: "Maven:org.apache.commons:commons-compress:1.26.2"
3+
vcs:
4+
type: "Git"
5+
url: "https://gitbox.apache.org/repos/asf/commons-compress.git"
6+
revision: "95727006cac0892c654951c4e7f1db142462f22a"
7+
path_excludes:
8+
- pattern: "src/test/**"
9+
reason: "TEST_OF"

0 commit comments

Comments
 (0)