bazelbuild / rules_license

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spdx license list update should keep licenses sorted.

aiuto opened this issue · comments

commented

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?