aboutsummaryrefslogtreecommitdiff
path: root/tvloader/parser2v2/parse_snippet.go
AgeCommit message (Collapse)Author
2022-07-19replace all v2_1, v2_2 with new conventionBrandon Lum
Signed-off-by: Brandon Lum <lumjjb@gmail.com>
2022-04-25Overhaul structs, refactor JSON parser and saverIan Ling
Signed-off-by: Ian Ling <ian@iancaling.com>
2021-07-04Minor cleanup edits to text and commentsSteve Winslow
Signed-off-by: Steve Winslow <steve@swinslow.net>
2021-05-12Structural modifications in error checksspecter25
-- Added file name display in error messages - Structured the tests in respective files Signed-off-by: specter25 <ujjwalcoding012@gmail.com>
2021-04-04Structural changes in spdxId fix for package and filesspecter25
- Fix capitalized initials of error messages - Other structural changes to increase code efficiency Signed-off-by: specter25 <ujjwalcoding012@gmail.com>
2021-03-28Error on missing package and file ids in v2.2specter25
- Shows error if a Package has a missing SPDXID tag - Show error if a File has a missing SPDXID tag Signed-off-by: specter25 <ujjwalcoding012@gmail.com>
2020-06-14Add tvloader and tests for 2.2Steve Winslow
Signed-off-by: Steve Winslow <steve@swinslow.net>