rules_license
rules_license copied to clipboard
spdx license list update should keep licenses sorted.
Expected Behavior
After updating //licenses/spdx/BUILD, all the license_kind definitions should be in alphabetical order by name.
Actual Behavior
After each run, new items are added in alphabetically ordered chunks. That is ugly.
Implementation question: Do we sort with LC_ALL=C or use unicode "human readable" ordering?