GolangCI-Lint is a fast linters runner for Go that runs linters in parallel, uses caching, and supports YAML configuration. It includes over 100 linters, integrates with major IDEs, has minimal false positives, and supports multiple output formats.
GolangCI-Lint is a fast linters runner for Go that runs linters in parallel, uses caching, and supports YAML configuration. It includes over 100 linters, integrates with major IDEs, has minimal false positives, and supports multiple output formats.
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.