Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(spdx): use the
hasExtractedLicensingInfos
field for licenses that are not listed in the SPDX #8077fix(spdx): use the
hasExtractedLicensingInfos
field for licenses that are not listed in the SPDX #8077Changes from 18 commits
6272fdd
eb30b49
b1081e2
420c15e
b6c1d28
1bac2ca
f851f9b
041ab21
659f992
c25d840
20275c3
c89c4e3
784db9e
ffb5067
9f0f7bf
c5563f5
0d13108
a2ebc32
f9ea255
48a46b8
ab86fd6
8a96a8b
82a52f1
b38b6eb
d8c4b83
a8a85ad
d4e67dc
5d0f7e1
08ea0c8
a9d0c64
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I save and check exceptions in uppercase because we don't have normalization for exceptions like we do for licenses.
I suggest waiting for user feedback.
Maybe we need to update this logic (e.g. check in uppercase but save in original (from this file) case).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the SPDX tools I maintain, I take the approach of saving in the original case but comparing ignoring case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @goneall
i updated logic in d4e67dc + 5d0f7e1