Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Zheng <[email protected]>
  • Loading branch information
Two-Hearts committed Oct 27, 2023
1 parent e1157dc commit 7ec7d1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/deps/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ func CheckWithMatrix(mainLicenseSpdxID string, matrix *CompatibilityMatrix, repo
var unknownResults []*Result
for _, result := range append(report.Resolved, report.Skipped...) {
operator, spdxIDs := parseLicenseExpression(result.LicenseSpdxID)

fmt.Printf("Result: %+v\n", result)
fmt.Println("operator:", operator)
switch operator {
case LicenseOperatorAND:
if compareAll(spdxIDs, func(spdxID string) bool {
Expand Down

0 comments on commit 7ec7d1b

Please sign in to comment.