diff options
| author | Shulhan <ms@kilabit.info> | 2026-01-12 16:10:30 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-01-12 21:19:48 +0700 |
| commit | 2a8ab762eabbe53f358eecd337872957d1afa01c (patch) | |
| tree | 2c4e2363e9a051c7b1534e28e3c8883da45099c3 /testdata/loadConfig | |
| parent | 1dbd1e4c64a65c2f601cae42e63e6c5150c3acca (diff) | |
| download | spdxconv-2a8ab762eabbe53f358eecd337872957d1afa01c.tar.xz | |
config_match_license: remove unused field DeleteMatch
The line that match with pattern will be replaced with new SPDX license
identifier, so no need to guard it with this flag.
Diffstat (limited to 'testdata/loadConfig')
| -rw-r--r-- | testdata/loadConfig/config_exists/spdxconv.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testdata/loadConfig/config_exists/spdxconv.cfg b/testdata/loadConfig/config_exists/spdxconv.cfg index 1defeef..ec401a3 100644 --- a/testdata/loadConfig/config_exists/spdxconv.cfg +++ b/testdata/loadConfig/config_exists/spdxconv.cfg @@ -9,7 +9,6 @@ max_line_match = 10 [match-license] pattern = "^(//+|#+)\\s+(.*)governed by a BSD-style(.*)$" license_identifier = BSD-3-Clause -delete_match = true delete_line_pattern = "^(//+|#+)\\s+license that(.*)$" [match-copyright] |
