-
Notifications
You must be signed in to change notification settings - Fork 483
feat(spdx2): Ignore files with no info in SPDX reports #1356
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
feat(spdx2): Ignore files with no info in SPDX reports #1356
Conversation
as discussed in PR #1349 |
03879b8
to
122f770
Compare
d2ad0a8
to
49c7f10
Compare
@shaheemazmalmmd please fix the CI failing due to code alignment |
49c7f10
to
a98b416
Compare
@ag4ums : test cases corrected, Please check now. |
Found that files with all |
a98b416
to
bcd8ccc
Compare
shift the report info to new conf page Signed-off-by: Shaheem Azmal M MD <[email protected]>
bcd8ccc
to
453da1f
Compare
@ag4ums : fixed the issue with |
return "<h2>$text</h2>"; | ||
} | ||
|
||
$rc = $this->UpdateUploadProperties($upload_pk, $NewName, $NewDesc); |
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.
seems this line is removed : $rc = $this->UpdateUploadProperties($upload_pk, $NewName, $NewDesc);
buy why?
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.
code looks good
Description
Implement ignore files with no info in SPDX reports (see #1161)
How to test
closes #1161