Add golangci-lint and mark it as the replacement for gometalinter which has been marked deprecated by the original author.

Pascal Vorwerk 2019-04-21 14:02:37 +02:00
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