Skip to content

Commit 0f7a5a2

Browse files
committed
feat(package-configurations): Add some path excludes for commons-compress
First and foremost, exclude `some-900kb-text.txt` [1] which just contains random text in a single line, which makes ScanCode time out. Secondly, while at it, also exclude the `.github` build directory committed to VCS. [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 0f7a5a2

File tree

1 file changed

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

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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: ".github/**"
9+
reason: "BUILD_TOOL_OF"
10+
- pattern: "src/test/resources/org/apache/commons/compress/COMPRESS-649/some-900kb-text.txt"
11+
reason: "TEST_OF"

0 commit comments

Comments
 (0)