From 01ec556bfdc1ca6d2e8c7e2c9258c8bb2b6162b3 Mon Sep 17 00:00:00 2001 From: bartfokker <bart@publicsonar.com> Date: Fri, 26 Oct 2018 16:52:07 +0200 Subject: [PATCH] added golangci-lint badge to repo --- README.tmpl.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.tmpl.md b/README.tmpl.md index c7455340..96acc220 100644 --- a/README.tmpl.md +++ b/README.tmpl.md @@ -1,5 +1,6 @@ # GolangCI-Lint [](https://travis-ci.com/golangci/golangci-lint) +[](https://golangci.com) GolangCI-Lint is a linters aggregator. It's fast: on average [5 times faster](#performance) than gometalinter. It's [easy to integrate and use](#command-line-options), has [nice output](#quick-start) and has a minimum number of false positives.