still put this in the metadata, but you should be able to disable the license check - maybe this needs to be split out first to make this possible.
Aka split SpdxLicense rule into two (has license vs is spdx) and then make the semantics such that both can be disabled in these cases so that the actual included license is never checked.
build:
validation:
- rules:
- allow: SpdxLicense
- allow: HasLicense
Originally posted by @rydrman in #1168 (comment)