Fast, configurable, extensible, flexible, and beautiful linter for Go.
Fast, configurable, extensible, flexible, and beautiful linter for Go. revive is a drop-in replacement of golint. revive provides a framework for development of custom rules, and lets you define a strict preset for enhancing your development & code review processes.
Fast, configurable, extensible, flexible, and beautiful linter for Go. revive is a drop-in replacement of golint. revive provides a framework for development of custom rules, and lets you define a strict preset for enhancing your development & code review processes.
To install revive, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install revive
To see what files were installed by revive, run:
port contents revive
To later upgrade revive, run:
sudo port selfupdate && sudo port upgrade revive
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.