mgechev / revive

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

out-of-order rules in documentation #991

Closed rittneje closed 3 months ago

rittneje commented 4 months ago

https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md

error-naming, error-return, error-strings, and errorf are currently listed between empty-lines and enforce-map-style.

They should instead appear between enforce-slice-style and exported. (They are correct in the table of contents, but not the actual content.)

chavacava commented 4 months ago

Hi @rittneje , thanks for reporting the issue.