mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Add golangci-lint and mark it as the replacement for gometalinter which has been marked deprecated by the original author.
parent
f2209c47e1
commit
24224e7a5e
@ -2,7 +2,8 @@ An overview of tools that will help improve your Go code
|
||||
|
||||
## All-in-one
|
||||
|
||||
- [gometalinter](https://github.com/alecthomas/gometalinter) - Automates the installation, configuration and application of `gofmt`, `golint`, `govet` and several other code validation tools.
|
||||
- [golangci-lint](https://github.com/golangci/golangci-lint) - Bundle of `gofmt`, `golint`, `govet` and many other tools that shares work between the different linters for better performance. Recommended by the original author to replace gometalinter (Drop-in replacement).
|
||||
- DEPRECATED: [gometalinter](https://github.com/alecthomas/gometalinter) - Automates the installation, configuration and application of `gofmt`, `golint`, `govet` and several other code validation tools.
|
||||
|
||||
## Code Formatting
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user