mgechev / revive

🔥 ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint
https://revive.run
MIT License
4.73k stars 276 forks source link

Rules are not listed in alphabetical order in RULES_DESCRIPTIONS.md #901

Closed chavacava closed 11 months ago

chavacava commented 11 months ago

Describe the bug The list of rules in RULES_DESCRIPTIONS.md must be in alphabetical order but it is not the case. There are entries (like string-format, redundant-import-alias, unchecked-type-assertion) not in their right place in the list.

Note: the descriptions themselves must also be in alphabetical order.