GolangCI-Lint is a linters aggregator. It's fast: on average 5 times faster than gometalinter. It's easy to integrate and use, has nice output and has a minimum number of false positives. It supports Go modules.
GolangCI-Lint is a linters aggregator. It's fast: on average 5 times faster than gometalinter. It's easy to integrate and use, has nice output and has a minimum number of false positives. It supports Go modules.
To install golangci-lint, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install golangci-lint
To see what files were installed by golangci-lint, run:
port contents golangci-lint
To later upgrade golangci-lint, run:
sudo port selfupdate && sudo port upgrade golangci-lint
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.