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

(var-naming) support private uppercase constants #865 #866

Closed fregin closed 1 year ago

fregin commented 1 year ago

var-naming rule with upperCaseConst=true now allows to use private uppercase constants

Closes #865

chavacava commented 1 year ago

Thanks for the PR @fregin !