added golangci-lint badge to repo

This commit is contained in:
bartfokker 2018-10-26 16:52:07 +02:00 committed by Isaev Denis
parent 4cc6ed7db9
commit 01ec556bfd

View File

@ -1,5 +1,6 @@
# GolangCI-Lint # GolangCI-Lint
[![Build Status](https://travis-ci.com/golangci/golangci-lint.svg?branch=master)](https://travis-ci.com/golangci/golangci-lint) [![Build Status](https://travis-ci.com/golangci/golangci-lint.svg?branch=master)](https://travis-ci.com/golangci/golangci-lint)
[![GolangCI](https://golangci.com/badges/github.com/golangci/golangci-lint.svg)](https://golangci.com)
GolangCI-Lint is a linters aggregator. It's fast: on average [5 times faster](#performance) than gometalinter. 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. It's [easy to integrate and use](#command-line-options), has [nice output](#quick-start) and has a minimum number of false positives.