You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are too many things in the rules package.
The expected use case is that everyone is going to by declaring a license rule, but fewer people will be using those to produce license audit or SBOMs. Most of the people who do produce an SBOM are expected to check rules_license into their repo and modify or reuse as appropriate, so having a clear separation between the packages you modify and the ones you leave alone is helpful.
The text was updated successfully, but these errors were encountered:
…es_used.bzl
licenses_used is really an example of how the rules can work. As such it is really to be used for examples and as a reference implementation for people to build their own reports from.
This is part of the bazelbuild#85 cleanup.
Bonus: Fix the rule so it does not do a double write.
There are too many things in the
rules
package.The expected use case is that everyone is going to by declaring a
license
rule, but fewer people will be using those to produce license audit or SBOMs. Most of the people who do produce an SBOM are expected to check rules_license into their repo and modify or reuse as appropriate, so having a clear separation between the packages you modify and the ones you leave alone is helpful.The text was updated successfully, but these errors were encountered: