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

fix regexp of directive comments #987

Closed chavacava closed 4 months ago

chavacava commented 4 months ago

Fix the regular expression for identifying directive comments and handle cases like

//this is a regular command that's incorrectly formatted //nolint:foobar // because one two three

chavacava commented 4 months ago

deprecated