mgechev / revive

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

replace directive error in latest tag / release #958

Closed fcisnerosrojo closed 6 months ago

fcisnerosrojo commented 6 months ago

When i try to install the latest release i get an error:

go install github.com/mgechev/revive@latest

Output: go: github.com/mgechev/revive@latest (in github.com/mgechev/revive@v1.3.5): The go.mod file for the module providing named packages contains one or more replace directives. It must not contain directives that would cause it to be interpreted differently than if it were the main module.

denisvmedia commented 6 months ago

Duplicate #956