From 3bba65936836ebdfa7a77d643f7f135a962e0ae1 Mon Sep 17 00:00:00 2001 From: Isaev Denis Date: Sat, 26 Jan 2019 16:58:00 +0300 Subject: [PATCH] Add golangci-lint --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16021fa..0dff826 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,8 @@ Sponsored by [GolangCI](https://golangci.com): SaaS service for running linters * [tarp](https://github.com/verygoodsoftwarenotvirus/tarp) - tarp finds functions and methods without direct unit tests in Go source code. ## Linters Helper Tools -* [Go Metalinter](https://github.com/alecthomas/gometalinter) - Metalinter is a tool to automatically apply all static analysis tool and report their output in normalized form. +* [golangci-lint](https://github.com/golangci/golangci-lint) - Linters Runner for Go. 5x faster than gometalinter. Nice colored output. Can report only new issues. Fewer false-positives. Yaml/toml config. +* [gometalinter](https://github.com/alecthomas/gometalinter) - Metalinter is a tool to automatically apply all static analysis tool and report their output in normalized form. * [lint](https://github.com/surullabs/lint) - Run linters as part of go test. * [revgrep](https://github.com/bradleyfalzon/revgrep) - Filters output from static analysis tools, showing only recently changed lines of code * [reviewdog](https://github.com/haya14busa/reviewdog) - "reviewdog" provides a way to post review comments to code hosting service, such as GitHub, automatically by integrating with any linter tools with ease.