Skip to content

Commit b925d83

Browse files
committed
🎨 Update description of expression-info map to match latest code
1 parent d5d2961 commit b925d83

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/overview.md

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Each expression-info map in the sequence of values has this structure:
2424
Whether this identifier was unambiguously declared within the input or was instead concluded by lice-comb (see [the SPDX FAQ](https://wiki.spdx.org/view/SPDX_FAQ) for more detail on the definition of these two terms).
2525
* `:confidence` (one of: `:high`, `:medium`, `:low`, only provided when `:type` = `:concluded`):
2626
Indicates the approximate confidence lice-comb has in its conclusions for this particular SPDX identifier.
27+
* `:confidence-explanations` (a set of keywords, optional):
28+
Describes why the associated `:confidence` was not `:high`.
2729
* `:strategy` (a keyword, mandatory):
2830
The strategy lice-comb used to determine this particular SPDX identifier. See [[lice-comb.utils/strategy->string]] for an up-to-date list of all possible values.
2931
* `:source` (a sequence of `String`s):

src/lice_comb/matching.clj

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
`:type` = `:concluded`):
5050
Indicates the approximate confidence lice-comb has in its conclusions for
5151
this particular SPDX identifier.
52+
* `:confidence-explanations` (a set of keywords, optional):
53+
Describes why the associated `:confidence` was not `:high`.
5254
* `:strategy` (a keyword, mandatory):
5355
The strategy lice-comb used to determine this particular SPDX identifier.
5456
See [[lice-comb.utils/strategy->string]] for an up-to-date list of all

0 commit comments

Comments
 (0)