diff options
| author | Shulhan <ms@kilabit.info> | 2026-01-15 14:39:39 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-01-15 14:39:39 +0700 |
| commit | 9be132113a261309f73aaddbb83af898a88db385 (patch) | |
| tree | 6b59878c46a3d5ee106b7aaba8b9bea5c2eae032 /testdata | |
| parent | e662e3bc3c4aadf15a360495deaa86939ce84980 (diff) | |
| download | spdxconv-9be132113a261309f73aaddbb83af898a88db385.tar.xz | |
all: move checking REUSE annotation after all files listed
Use case: on the first scan, the file result in group unknown.
User then modify the spdxconv.cfg to add or update the match-file-pattern.
The next scan should check again the files in unknown group, in case
its match with updated config.
Diffstat (limited to 'testdata')
| -rw-r--r-- | testdata/Apply_test.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/testdata/Apply_test.txt b/testdata/Apply_test.txt index b643a3c..a6723e2 100644 --- a/testdata/Apply_test.txt +++ b/testdata/Apply_test.txt @@ -76,14 +76,6 @@ delete_line_after = "^(//+|#+|\\*+/|--+>|--+)$" // //spdxconv:unknown // -with_match_license.txt,,0,,,0,, -with_match_license_bottom.txt,,0,,,0,, -with_no_order.txt,,0,,,0,, -with_spdx.txt,,0,,,0,, -with_spdx_at_bottom.txt,,0,,,0,, -with_spdx_license_id_only.txt,,0,,,0,, -with_spdx_no_order.txt,,0,,,0,, -without_spdx_license_id.txt,,0,,,0,, // //spdxconv:done // |
