golangci-lint

Fast linters runner for Go with support for multiple linters

brewmacoslinux
Try with needOr install directly
Source

About

Fast linters runner for Go

Commands

golangci-lint

Examples

Run all linters on current directory$ golangci-lint run ./...
Run specific linter (e.g., go vet)$ golangci-lint run --enable govet ./...
Fix issues automatically where possible$ golangci-lint run --fix ./...